diff options
Diffstat (limited to 'tests/unit/droppable/helper.js')
-rw-r--r-- | tests/unit/droppable/helper.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/droppable/helper.js b/tests/unit/droppable/helper.js index f6bf9e411..2cf1b5c53 100644 --- a/tests/unit/droppable/helper.js +++ b/tests/unit/droppable/helper.js @@ -3,6 +3,7 @@ define( [ "jquery", "lib/helper" ], function( QUnit, $, helper ) { +"use strict"; return $.extend( helper, { shouldDrop: function( assert ) { |