aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/sortable
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2009-02-13 03:47:53 +0000
committerScott González <scott.gonzalez@gmail.com>2009-02-13 03:47:53 +0000
commit9f93e8db3a1923ea40058e057cdacbb4a1a552e3 (patch)
treec4af49534ea18f2aa0f05482853390467b55b2af /tests/unit/sortable
parenta5d5c4f60aff33da4f4aeb030cb0faca4b2aaf94 (diff)
downloadjquery-ui-9f93e8db3a1923ea40058e057cdacbb4a1a552e3.tar.gz
jquery-ui-9f93e8db3a1923ea40058e057cdacbb4a1a552e3.zip
Sortable: Removed sortIndicator option. Fixed #4118 - option sortIndicator is undocumented.
Diffstat (limited to 'tests/unit/sortable')
-rw-r--r--tests/unit/sortable/sortable_defaults.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/sortable/sortable_defaults.js b/tests/unit/sortable/sortable_defaults.js
index 0a540c99b..fd7c723d2 100644
--- a/tests/unit/sortable/sortable_defaults.js
+++ b/tests/unit/sortable/sortable_defaults.js
@@ -28,7 +28,6 @@ var sortable_defaults = {
scrollSensitivity: 20,
scrollSpeed: 20,
scope: "default",
- sortIndicator: "???",
tolerance: "intersect",
zIndex: 1000
};