チェンジセット 1496
- コミット日時:
- 2008/10/04 10:56:01 (3 年前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
ruby/jsplash/trunk/client2/index.xml
r1495 r1496 54 54 <div id="progbar"><div> </div></div> 55 55 <p id="statusout"> </p> 56 <p id="sout">starting <em>JSplash Player 0.4. 1</em>...<br />-------------------------------------<br /></p>56 <p id="sout">starting <em>JSplash Player 0.4.2</em>...<br />-------------------------------------<br /></p> 57 57 <svg id="svgrt" xmlns="http://www.w3.org/2000/svg" style="width: 100px; height: 100px;"> 58 58 </svg> ruby/jsplash/trunk/client2/jsplash/executor.js
r1495 r1496 92 92 93 93 this.additionals = []; 94 this.executed = {};94 //this.executed = {}; 95 95 // jump set? 96 96 for (eid in tlist) { … … 139 139 140 140 advanceFrame: function(mobj, jumps) { 141 if (this.executed[mobj.instance_uid] )141 if (this.executed[mobj.instance_uid] && !jumps) 142 142 return; 143 143

