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