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

@@ -117,9 +117,6 @@
QUnit.config.autostart = false;
require(getConfig(), ['underscore', 'backbone'], function(lodash) {
ui.isStrict || (ui.isStrict = 'default' in lodash);
lodash = (lodash['default'] || lodash);
mixinPrereqs(lodash);
if (ui.isModularize) {