aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/spinner/spinner_methods.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-04-18 22:36:15 -0400
committerScott González <scott.gonzalez@gmail.com>2012-04-18 22:36:15 -0400
commita28983086ee91b19200c47fadc6bc3ba58a0fcb9 (patch)
tree63cb0a513473836b603213f06a31611c6c453e82 /tests/unit/spinner/spinner_methods.js
parentcb8474af1dc099de9e08665c9d6cdc2cf5864203 (diff)
downloadjquery-ui-a28983086ee91b19200c47fadc6bc3ba58a0fcb9.tar.gz
jquery-ui-a28983086ee91b19200c47fadc6bc3ba58a0fcb9.zip
Tests: Lint.
Diffstat (limited to 'tests/unit/spinner/spinner_methods.js')
-rw-r--r--tests/unit/spinner/spinner_methods.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/spinner/spinner_methods.js b/tests/unit/spinner/spinner_methods.js
index 9c82218e1..2cb3c849f 100644
--- a/tests/unit/spinner/spinner_methods.js
+++ b/tests/unit/spinner/spinner_methods.js
@@ -54,7 +54,7 @@ test( "disable", function() {
test( "enable", function() {
expect( 5 );
- var element = $( "#spin" ).val( 1 ).spinner({ disabled: true })
+ var element = $( "#spin" ).val( 1 ).spinner({ disabled: true }),
wrapper = element.spinner( "widget" );
ok( wrapper.hasClass( "ui-spinner-disabled" ), "before: wrapper has ui-spinner-disabled class" );