mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 10:17:48 +00:00
Fix test in newer opera.
This commit is contained in:
@@ -1233,7 +1233,7 @@
|
|||||||
function a() {}
|
function a() {}
|
||||||
|
|
||||||
var bound = a.bind && a.bind({});
|
var bound = a.bind && a.bind({});
|
||||||
if (bound && !bound.prototype) {
|
if (bound && !('prototype' in bound)) {
|
||||||
var bound = a.bind({});
|
var bound = a.bind({});
|
||||||
strictEqual(_.createCallback(bound, {}), bound);
|
strictEqual(_.createCallback(bound, {}), bound);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user