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

index f58a28a..b6966e4 100644 (file)
@@ -268,16 +268,15 @@ 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??');
-    }
     /*
+    startDrag: function(x, y) {
+    },
+
     onDrag: function(e) {
     },