Remove es6 scaffolding from html test files.

This commit is contained in:
John-David Dalton
2014-09-21 23:24:28 -07:00
parent 6210b613be
commit 104a7022fb
3 changed files with 2 additions and 14 deletions

View File

@@ -252,9 +252,6 @@
QUnit.config.autostart = false;
require(getConfig(), [moduleId], function(lodash) {
ui.isStrict || (ui.isStrict = 'default' in lodash);
lodash = (lodash['default'] || lodash);
if (ui.isModularize) {
window._ = lodash;
}