Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/src/js/jgame.js

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

revision 99 by tsugehara, Thu May 2 14:03:23 2013 UTC revision 100 by tsugehara, Fri May 10 12:41:43 2013 UTC
# Line 1079  var jg; Line 1079  var jg;
1079              if(this.handlers.length == 0) {              if(this.handlers.length == 0) {
1080                  return;                  return;
1081              }              }
1082              var handlers = [];              var handlers = this.handlers.concat();
             for(var i = 0; i < this.handlers.length; i++) {  
                 handlers[i] = this.handlers[i];  
             }  
1083              for(var i = 0; i < handlers.length; i++) {              for(var i = 0; i < handlers.length; i++) {
1084                  handlers[i].handler.call(handlers[i].owner, param);                  handlers[i].handler.call(handlers[i].owner, param);
1085              }              }

Legend:
Removed from v.99  
changed lines
  Added in v.100

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