X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/src/dd/DragSource.js diff --git a/src/dd/DragSource.js b/src/dd/DragSource.js index e3daf013..b4ba0b5d 100644 --- a/src/dd/DragSource.js +++ b/src/dd/DragSource.js @@ -320,6 +320,7 @@ Ext.define('Ext.dd.DragSource', { * drag event has begun. The drag cannot be canceled from this function. * @param {Number} x The x position of the click on the dragged object * @param {Number} y The y position of the click on the dragged object + * @method */ onStartDrag: Ext.emptyFn,