We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d269b17 commit 2131d6bCopy full SHA for 2131d6b
underscore.js
@@ -29,7 +29,11 @@
29
var
30
nativeIsArray = Array.isArray,
31
nativeKeys = Object.keys,
32
- nativeBind = FuncProto.bind;
+ nativeBind = FuncProto.bind,
33
+ nativeCreate = Object.create;
34
+
35
+ // Naked function reference for surrogate-prototype-swapping.
36
+ var Ctor = function(){};
37
38
// Create a safe reference to the Underscore object for use below.
39
var _ = function(obj) {
0 commit comments