raphael.js
authorAlan Knowles <alan@roojs.com>
Wed, 22 Oct 2014 04:01:50 +0000 (12:01 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 22 Oct 2014 04:01:50 +0000 (12:01 +0800)
raphael.js

index 491bbba..a8363aa 100644 (file)
     
     elproto = R.el = {};
     
-    
-    
-    
-    
-    
-    
-    
-    
-    
-    
-    
-    
-    
-    
-    
-    
-    
-    
-    
-    
-    
-    
-    
-    
-    
-    
-    
-    
-    
-    
-    
+     
     for (var i = events.length; i--;) {
         (function (eventName) {
             R[eventName] = elproto[eventName] = function (fn, scope) {