diff options
Diffstat (limited to 'ui/jquery.ui.resizable.js')
-rw-r--r-- | ui/jquery.ui.resizable.js | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ui/jquery.ui.resizable.js b/ui/jquery.ui.resizable.js index ce3efeb9d..c255ccc5e 100644 --- a/ui/jquery.ui.resizable.js +++ b/ui/jquery.ui.resizable.js @@ -43,7 +43,12 @@ $.widget("ui.resizable", $.ui.mouse, { minHeight: 10, minWidth: 10, // See #7960 - zIndex: 90 + zIndex: 90, + + // callbacks + resize: null, + start: null, + stop: null }, _create: function() { |