aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-04-19 11:37:33 -0400
committerScott González <scott.gonzalez@gmail.com>2012-04-19 11:37:39 -0400
commit163555d7bf27fe5d272e404de3c4439902710f54 (patch)
tree0c8f8640840bb3c827c9bfc508dad7b813984052 /grunt.js
parent0e8d9dde20e6bb4481fbfa94a2066125179066b0 (diff)
downloadjquery-ui-163555d7bf27fe5d272e404de3c4439902710f54.tar.gz
jquery-ui-163555d7bf27fe5d272e404de3c4439902710f54.zip
Accordion tests: Don't polloute the global namespace with helpers.
Diffstat (limited to 'grunt.js')
-rw-r--r--grunt.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/grunt.js b/grunt.js
index a2f47ae51..78303180d 100644
--- a/grunt.js
+++ b/grunt.js
@@ -348,9 +348,6 @@ grunt.initConfig({
}, defaults ),
// TODO: don't create so many globals in tests
globals: {
- accordion_equalHeights: true,
- accordion_setupTeardown: true,
- accordion_state: true,
addMonths: true,
asyncTest: true,
commonWidgetTests: true,
@@ -396,6 +393,7 @@ grunt.initConfig({
tabs_state: true,
tabs_disabled: true,
test: true,
+ TestHelpers: true,
widthAfter: true
}
}