aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/button/button_options.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/button/button_options.js')
-rw-r--r--tests/unit/button/button_options.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/unit/button/button_options.js b/tests/unit/button/button_options.js
index 7eefe54e1..70470e671 100644
--- a/tests/unit/button/button_options.js
+++ b/tests/unit/button/button_options.js
@@ -1,7 +1,7 @@
-/*
- * button_options.js
- */
-(function($) {
+define( [
+ "jquery",
+ "ui/button"
+], function( $ ) {
module( "button: options" );
@@ -154,4 +154,4 @@ test( "#5295 - button does not remove hoverstate if disabled" , function( assert
assert.lacksClasses( btn, "ui-state-hover" );
});
-})(jQuery);
+} );