Develop and Download Open Source Software

Browse Subversion Repository

Diff of /js/draggable.js

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

revision 33 by berupon, Sun Jan 17 13:57:47 2010 UTC revision 34 by berupon, Mon Jan 18 04:50:55 2010 UTC
# Line 53  var Draggable = function() { Line 53  var Draggable = function() {
53                  Event.stop(e);                  Event.stop(e);
54          };          };
55                    
56          this.attach = function(){          this.attach = function() {
57                  elems = getElementsByClassName('draggable');                  elems = getElementsByClassName('draggable');
58                  for (var i=0; i<elems.length; ++i) {                  for (var i=0; i<elems.length; ++i) {
59                          var elem = elems[i];                          var elem = elems[i];

Legend:
Removed from v.33  
changed lines
  Added in v.34

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