diff options
Diffstat (limited to 'tests/unit/droppable/common.js')
-rw-r--r-- | tests/unit/droppable/common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/droppable/common.js b/tests/unit/droppable/common.js index 5d0e55d6f..d4bdb9dc0 100644 --- a/tests/unit/droppable/common.js +++ b/tests/unit/droppable/common.js @@ -21,6 +21,6 @@ common.testWidget( "droppable", { out: null, over: null } -}); +} ); } ); |