mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 08:57:49 +00:00
Add iteratesOwnLast bug check.
Former-commit-id: fcc42a42f08e60acc1252ec06b045cfee17bd020
This commit is contained in:
@@ -166,7 +166,7 @@
|
||||
QUnit.module('lodash.clone');
|
||||
|
||||
(function() {
|
||||
function Klass() { }
|
||||
function Klass() { this.b = 1; }
|
||||
Klass.prototype = { 'a': 1 };
|
||||
|
||||
var nonCloneable = {
|
||||
|
||||
Reference in New Issue
Block a user