diff options
Diffstat (limited to 'tests/unit/accordion/methods.js')
-rw-r--r-- | tests/unit/accordion/methods.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/accordion/methods.js b/tests/unit/accordion/methods.js index 622235785..e4ab62ffb 100644 --- a/tests/unit/accordion/methods.js +++ b/tests/unit/accordion/methods.js @@ -4,6 +4,7 @@ define( [ "./helper", "ui/widgets/accordion" ], function( QUnit, $, testHelper ) { +"use strict"; var equalHeight = testHelper.equalHeight, beforeAfterEach = testHelper.beforeAfterEach, |