Rename ES6 to ES in tests.

This commit is contained in:
jdalton
2015-01-22 23:37:10 -08:00
parent 9563b5a7df
commit d28ca4eda7
2 changed files with 4 additions and 4 deletions

View File

@@ -99,8 +99,8 @@
var ui = root.ui || (root.ui = {
'buildPath': filePath,
'loaderPath': '',
'isModularize': /\b(?:amd|commonjs|es6|node|npm|(index|main)\.js)\b/.test(filePath),
'isStrict': /\bes6\b/.test(filePath),
'isModularize': /\b(?:amd|commonjs|es6?|node|npm|(index|main)\.js)\b/.test(filePath),
'isStrict': /\bes6?\b/.test(filePath),
'urlParams': {}
});