Remove r44925, not needed

This commit is contained in:
Nathan Gray 2014-01-11 12:01:45 +00:00
parent 473d7e2001
commit 52ab3203bd

View File

@ -501,39 +501,6 @@ var et2_tree = et2_inputWidget.extend(
return this.input.hasChildren(_id);
},
/**
* enableDragAndDrop
*
* @param _mode boolean
* @param _rmode boolean
*/
enableDragAndDrop: function(_mode, _rmode) {
if(this.input == null) return null;
return this.input.enableDragAndDrop(_mode,_rmode);
},
/**
* setDragBehavior
*
* @param _mode string
* @param _smode boolean
*/
setDragBehavior: function(_mode, _smode) {
if(this.input == null) return null;
// only supported by professional edition of dhtmlXTree
//return this.input.setDragBehavior(_mode,_smode);
},
/**
* enableDragAndDropScrolling
*
* @param _mode boolean
*/
enableDragAndDropScrolling: function(_mode) {
if(this.input == null) return null;
return this.input.enableDragAndDropScrolling(_mode);
},
/**
* Callback for after using dhtmlxtree's AJAX loading
* The tree has visually already been updated at this point, we just need