added isDraggable back to Node

This commit is contained in:
Eric Rowell
2013-12-09 10:41:53 -08:00
parent 704ff81dd9
commit ce9ddb92e2

View File

@@ -100,6 +100,13 @@
});
}
},
/*
* the default isDraggable method returns false.
* if the DragAndDrop module is included, this is overwritten
*/
isDraggable: function() {
return false;
},
/*
* when the logic for a cached result depends on descendant propagation, use this
* method to clear self and ancestor cache