Develop and Download Open Source Software

Browse Subversion Repository

Diff of /iSlide.js

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 30 by isao-hara, Thu Jul 22 13:46:34 2010 UTC revision 31 by isao-hara, Fri Jul 23 00:51:32 2010 UTC
# Line 595  function moveEventHandleWithMouse(e){ Line 595  function moveEventHandleWithMouse(e){
595  function updateOrientation(){  function updateOrientation(){
596    Slide.updateOrientation();    Slide.updateOrientation();
597    
598    if(mode=='thumbnail'){    if(Slide.mode=='thumbnail'){
599      showThumbnail();      showThumbnail();
600    }else if(mode=='presentation'){    }else if(Slide.mode=='presentation'){
601      Slide.showCurrentSlide();      Slide.showCurrentSlide();
602    }    }
603  }  }

Legend:
Removed from v.30  
changed lines
  Added in v.31

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26