From: Corey Frang Date: Mon, 30 Apr 2012 05:19:26 +0000 (-0500) Subject: Tests: Linting X-Git-Tag: 1.9.0m8~68 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1da2bf0daf68659c575c44e58807bc06e08e01be;p=jquery-ui.git Tests: Linting --- diff --git a/tests/unit/testsuite.js b/tests/unit/testsuite.js index a6710930b..33a9a2c99 100644 --- a/tests/unit/testsuite.js +++ b/tests/unit/testsuite.js @@ -69,7 +69,7 @@ TestHelpers.testJshint = function( module ) { start(); }); }); -} +}; function testWidgetDefaults( widget, defaults ) { var pluginDefaults = $.ui[ widget ].prototype.options;