aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/selectable/selectable_options.js
diff options
context:
space:
mode:
authorFelix Nagel <info@felixnagel.com>2013-01-02 19:38:55 +0100
committerFelix Nagel <info@felixnagel.com>2013-01-02 19:38:55 +0100
commit1ba02e9c5fc96bfcdd82e6a72369f54a30a47ecb (patch)
treee21226ccc9b62a6a4a03fd4b7c7d62b889bd6aa7 /tests/unit/selectable/selectable_options.js
parent2eb92232f3c0fa7b6643dce9197dae48f5b174ef (diff)
parent18b8ffd796ba557a7c939d67a1551b54402a7eb9 (diff)
downloadjquery-ui-1ba02e9c5fc96bfcdd82e6a72369f54a30a47ecb.tar.gz
jquery-ui-1ba02e9c5fc96bfcdd82e6a72369f54a30a47ecb.zip
Merge branch 'master' into selectmenu
Diffstat (limited to 'tests/unit/selectable/selectable_options.js')
-rw-r--r--tests/unit/selectable/selectable_options.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/selectable/selectable_options.js b/tests/unit/selectable/selectable_options.js
index a2455fdca..973247f56 100644
--- a/tests/unit/selectable/selectable_options.js
+++ b/tests/unit/selectable/selectable_options.js
@@ -52,7 +52,7 @@ test("filter", function() {
selected = function() { actual += 1; };
- el = $("#selectable1").selectable({ filter: '.special', selected: selected });
+ el = $("#selectable1").selectable({ filter: ".special", selected: selected });
el.simulate( "drag", {
dx: 1000,
dy: 1000