Fix iife build tests.

Former-commit-id: 0fa103c21297672c018d66fba16ef376d3599b41
This commit is contained in:
John-David Dalton
2013-02-27 02:17:19 -08:00
parent 4c4b205721
commit ba795639b4

View File

@@ -1061,8 +1061,8 @@
(function() {
var commands = [
'iife=this["lodash"]=(function(window){%output%;return lodash}(this))',
'iife=define(function(window){return function(){%output%;return lodash}}(this));'
'iife=this["lodash"]=(function(window){%output%;return _}(this))',
'iife=define(function(window){return function(){%output%;return _}}(this));'
];
commands.forEach(function(command) {