mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 02:17:48 +00:00
Fix iife build tests.
Former-commit-id: 0fa103c21297672c018d66fba16ef376d3599b41
This commit is contained in:
@@ -1061,8 +1061,8 @@
|
|||||||
|
|
||||||
(function() {
|
(function() {
|
||||||
var commands = [
|
var commands = [
|
||||||
'iife=this["lodash"]=(function(window){%output%;return lodash}(this))',
|
'iife=this["lodash"]=(function(window){%output%;return _}(this))',
|
||||||
'iife=define(function(window){return function(){%output%;return lodash}}(this));'
|
'iife=define(function(window){return function(){%output%;return _}}(this));'
|
||||||
];
|
];
|
||||||
|
|
||||||
commands.forEach(function(command) {
|
commands.forEach(function(command) {
|
||||||
|
|||||||
Reference in New Issue
Block a user