Remove conditional exposure.

This commit is contained in:
John-David Dalton
2016-01-15 23:38:42 -08:00
parent 0edbd96bb5
commit 6bc58a16f6
2 changed files with 2 additions and 7 deletions

View File

@@ -455,10 +455,6 @@
require(getConfig(), [moduleId], function(lodash) {
mixinPrereqs(lodash);
if (ui.isModularize) {
window._ = lodash;
}
require(getConfig(), [
'test/collections',
'test/arrays',