Roo/dd/DD.js
authorChris <chris@roojs.com>
Mon, 23 Dec 2013 06:33:26 +0000 (14:33 +0800)
committerChris <chris@roojs.com>
Mon, 23 Dec 2013 06:33:26 +0000 (14:33 +0800)
Roo/dd/DD.js

index b6966e4..f58a28a 100644 (file)
@@ -268,15 +268,16 @@ Roo.extend(Roo.dd.DD, Roo.dd.DragDrop, {
 
     toString: function() {
         return ("DD " + this.id);
-    }
+    },
 
     //////////////////////////////////////////////////////////////////////////
     // Debugging ygDragDrop events that can be overridden
     //////////////////////////////////////////////////////////////////////////
-    /*
+    
     startDrag: function(x, y) {
-    },
-
+        Roo.log('startDrag??');
+    }
+    /*
     onDrag: function(e) {
     },