aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/draggable/draggable_tickets.js
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2009-02-01 00:25:58 +0000
committerRichard Worth <rdworth@gmail.com>2009-02-01 00:25:58 +0000
commit79d2a2891aff472b271f23dfc3b3618c906b3d76 (patch)
tree6deb2b984d02f5a3d24de339aed367e9b6ac357b /tests/unit/draggable/draggable_tickets.js
parent34a5af87791686a1dd64c988361c69b97359196b (diff)
downloadjquery-ui-79d2a2891aff472b271f23dfc3b3618c906b3d76.tar.gz
jquery-ui-79d2a2891aff472b271f23dfc3b3618c906b3d76.zip
draggable unit tests: created separate file for each module: defaults, events, methods, options, tickets
Diffstat (limited to 'tests/unit/draggable/draggable_tickets.js')
-rw-r--r--tests/unit/draggable/draggable_tickets.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/unit/draggable/draggable_tickets.js b/tests/unit/draggable/draggable_tickets.js
new file mode 100644
index 000000000..049abe890
--- /dev/null
+++ b/tests/unit/draggable/draggable_tickets.js
@@ -0,0 +1,12 @@
+/*
+ * draggable_tickets.js
+ */
+(function($) {
+
+module("draggable: tickets");
+
+test("#1234", function() {
+
+});
+
+})(jQuery);