make _.js work in strict mode

This commit is contained in:
Chris Wanstrath
2011-09-08 18:01:31 -07:00
parent c69ac0f49a
commit 4f1397ef3c

View File

@@ -836,4 +836,5 @@
return this._wrapped;
};
})();
// fix for 'use strict' - need an explicit `this`
}).call(this || window);