From 163555d7bf27fe5d272e404de3c4439902710f54 Mon Sep 17 00:00:00 2001 From: Scott González Date: Thu, 19 Apr 2012 11:37:33 -0400 Subject: Accordion tests: Don't polloute the global namespace with helpers. --- grunt.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'grunt.js') 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 } } -- cgit v1.2.3