チェンジセット 1496

差分発生行の前後
無視リスト:
コミット日時:
2008/10/04 10:56:01 (3 年前)
コミッタ:
gyuque
ログメッセージ:

fixed rewind bugs

ファイル:

凡例:

変更無し
追加
削除
更新
コピー
移動
  • ruby/jsplash/trunk/client2/index.xml

    r1495 r1496  
    5454                <div id="progbar"><div>  </div></div> 
    5555                <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> 
    5757                <svg id="svgrt" xmlns="http://www.w3.org/2000/svg" style="width: 100px; height: 100px;"> 
    5858                </svg> 
  • ruby/jsplash/trunk/client2/jsplash/executor.js

    r1495 r1496  
    9292                 
    9393                this.additionals = []; 
    94                 this.executed = {}; 
     94                //this.executed = {}; 
    9595                // jump set? 
    9696                for (eid in tlist) { 
     
    139139         
    140140        advanceFrame: function(mobj, jumps) { 
    141                 if (this.executed[mobj.instance_uid]
     141                if (this.executed[mobj.instance_uid] && !jumps
    142142                        return; 
    143143