diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-04-19 11:37:33 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-04-19 11:37:39 -0400 |
commit | 163555d7bf27fe5d272e404de3c4439902710f54 (patch) | |
tree | 0c8f8640840bb3c827c9bfc508dad7b813984052 /tests/unit/testsuite.js | |
parent | 0e8d9dde20e6bb4481fbfa94a2066125179066b0 (diff) | |
download | jquery-ui-163555d7bf27fe5d272e404de3c4439902710f54.tar.gz jquery-ui-163555d7bf27fe5d272e404de3c4439902710f54.zip |
Accordion tests: Don't polloute the global namespace with helpers.
Diffstat (limited to 'tests/unit/testsuite.js')
-rw-r--r-- | tests/unit/testsuite.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit/testsuite.js b/tests/unit/testsuite.js index 2ef6bf472..648b302ee 100644 --- a/tests/unit/testsuite.js +++ b/tests/unit/testsuite.js @@ -1,5 +1,7 @@ (function() { +window.TestHelpers = {}; + function testWidgetDefaults( widget, defaults ) { var pluginDefaults = $.ui[ widget ].prototype.options; |