diff options
author | Felix Nagel <info@felixnagel.com> | 2013-01-18 19:25:30 +0100 |
---|---|---|
committer | Felix Nagel <info@felixnagel.com> | 2013-01-18 19:25:30 +0100 |
commit | f5e65b08194d57c5e2f2b814585298c947f0ceee (patch) | |
tree | f77630beefe256c82b5c07aeb48b55cde256ea68 /tests/unit/testsuite.js | |
parent | 4d77ca3e2113689bb4e2ce5cf9152dca7f3811d8 (diff) | |
parent | a63c0910a6ebcc45ae2c0af7a5ae0840d4eab903 (diff) | |
download | jquery-ui-f5e65b08194d57c5e2f2b814585298c947f0ceee.tar.gz jquery-ui-f5e65b08194d57c5e2f2b814585298c947f0ceee.zip |
Merge branch 'master' into selectmenu
Diffstat (limited to 'tests/unit/testsuite.js')
-rw-r--r-- | tests/unit/testsuite.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/unit/testsuite.js b/tests/unit/testsuite.js index 42fdf4f9e..d2403beeb 100644 --- a/tests/unit/testsuite.js +++ b/tests/unit/testsuite.js @@ -28,9 +28,9 @@ QUnit.reset = function() { QUnit.config.requireExpects = true; QUnit.config.urlConfig.push({ - id: "min", - label: "Minified source", - tooltip: "Load minified source files instead of the regular unminified ones." + id: "min", + label: "Minified source", + tooltip: "Load minified source files instead of the regular unminified ones." }); TestHelpers.loadResources = QUnit.urlParams.min ? |