aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
diff options
context:
space:
mode:
Diffstat (limited to 'grunt.js')
-rw-r--r--grunt.js21
1 files changed, 20 insertions, 1 deletions
diff --git a/grunt.js b/grunt.js
index bc9084e4d..7632a41ae 100644
--- a/grunt.js
+++ b/grunt.js
@@ -350,27 +350,46 @@ grunt.initConfig({
accordion_state: true,
asyncTest: true,
commonWidgetTests: true,
+ container: true,
deepEqual: true,
+ d1: true,
+ d2: true,
dlg: true,
domEqual: true,
drag: true,
+ dragged: true,
el: true,
equal: true,
expect: true,
Globalize: true,
+ heightAfter: true,
+ isNotOpen: true,
+ isOpen: true,
menu_click: true,
menu_log: true,
+ modal: true,
module: true,
+ moved: true,
notEqual: true,
+ offsetAfter: true,
+ offsetBefore: true,
ok: true,
QUnit: true,
+ restoreScroll: true,
+ shouldBeDroppable: true,
+ shouldmove: true,
+ shouldNotBeDroppable: true,
+ shouldnotmove: true,
+ shouldnotresize: true,
+ shouldresize: true,
spinner_simulateKeyDownUp: true,
start: true,
strictEqual: true,
stop: true,
tabs_state: true,
tabs_disabled: true,
- test: true
+ test: true,
+ widthAfter: true
}
}
};