diff options
author | Richard Worth <rdworth@gmail.com> | 2008-06-04 03:41:17 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-06-04 03:41:17 +0000 |
commit | 0646f774adee4ec804ac86a0355e3d7a212af097 (patch) | |
tree | ac40bd7d11d9df2ebc66eba6c303323a0baad608 /ui/tests/autodrag.html | |
parent | 9047a630494e63e7fd6262fcf3f39e0ae78f1c31 (diff) | |
download | jquery-ui-0646f774adee4ec804ac86a0355e3d7a212af097.tar.gz jquery-ui-0646f774adee4ec804ac86a0355e3d7a212af097.zip |
Added jquery.simulate.js as possible refactor of (low-level) parts of userAction and testmouse
Diffstat (limited to 'ui/tests/autodrag.html')
-rw-r--r-- | ui/tests/autodrag.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/tests/autodrag.html b/ui/tests/autodrag.html index df7590761..acc17fb4c 100644 --- a/ui/tests/autodrag.html +++ b/ui/tests/autodrag.html @@ -7,6 +7,7 @@ <script type="text/javascript" src="../../ui/source/ui.draggable.js"></script> <script type="text/javascript" src="../../ui/source/ui.selectable.js"></script> + <script type="text/javascript" src="jquery.simulate.js"></script> <script type="text/javascript" src="ui.testmouse.js"></script> <style type="text/css"> @@ -99,7 +100,7 @@ $(function() { if ($.isFunction(fn)) fn.apply(); } var plugin = "draggable"; - plugin = "selectable" + //plugin = "selectable" var testFn = "testMouse"; var testArgs = ["drag", 40, 50]; //1 |