diff options
author | Richard Worth <rdworth@gmail.com> | 2009-02-03 02:18:12 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-02-03 02:18:12 +0000 |
commit | 87796aff53dbcc659239b1b8c2e7828f7d8bb837 (patch) | |
tree | a26134119316e6fa4f14d712a984fa96d4081ee8 /tests/unit/sortable | |
parent | b534fcccb973bf8d595d09284cd7f6daea15941d (diff) | |
download | jquery-ui-87796aff53dbcc659239b1b8c2e7828f7d8bb837.tar.gz jquery-ui-87796aff53dbcc659239b1b8c2e7828f7d8bb837.zip |
Fixed #4038 (sortable: cssNamespace option should be removed)
Diffstat (limited to 'tests/unit/sortable')
-rw-r--r-- | tests/unit/sortable/sortable_defaults.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/sortable/sortable_defaults.js b/tests/unit/sortable/sortable_defaults.js index 2e7fc528b..0a540c99b 100644 --- a/tests/unit/sortable/sortable_defaults.js +++ b/tests/unit/sortable/sortable_defaults.js @@ -9,7 +9,6 @@ var sortable_defaults = { cancel: ":input,option", connectWith: false, containment: false, - cssNamespace: "ui", cursor: 'auto', cursorAt: false, delay: 0, |