diff options
Diffstat (limited to 'tests/unit/dialog/common.js')
-rw-r--r-- | tests/unit/dialog/common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/dialog/common.js b/tests/unit/dialog/common.js index b1884b8cc..c8d885ad0 100644 --- a/tests/unit/dialog/common.js +++ b/tests/unit/dialog/common.js @@ -48,6 +48,6 @@ common.testWidget( "dialog", { resizeStart: null, resizeStop: null } -}); +} ); } ); |