aboutsummaryrefslogtreecommitdiffstats
path: root/ui/tests/autodrag.html
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-06-04 03:41:17 +0000
committerRichard Worth <rdworth@gmail.com>2008-06-04 03:41:17 +0000
commit0646f774adee4ec804ac86a0355e3d7a212af097 (patch)
treeac40bd7d11d9df2ebc66eba6c303323a0baad608 /ui/tests/autodrag.html
parent9047a630494e63e7fd6262fcf3f39e0ae78f1c31 (diff)
downloadjquery-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.html3
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