diff options
Diffstat (limited to 'ui/tests/resizable.js')
-rw-r--r-- | ui/tests/resizable.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/tests/resizable.js b/ui/tests/resizable.js index c023773bc..e8b1db0e2 100644 --- a/ui/tests/resizable.js +++ b/ui/tests/resizable.js @@ -1,3 +1,7 @@ +/* + * resizable tests + */ + var drag = function(el, dx, dy, complete) { // speed = sync -> Drag syncrhonously. |