Add iteratesOwnLast bug check.

Former-commit-id: fcc42a42f08e60acc1252ec06b045cfee17bd020
This commit is contained in:
John-David Dalton
2012-08-05 00:09:00 -07:00
parent fa56a4bb73
commit 7e839231ed
2 changed files with 34 additions and 9 deletions

View File

@@ -166,7 +166,7 @@
QUnit.module('lodash.clone');
(function() {
function Klass() { }
function Klass() { this.b = 1; }
Klass.prototype = { 'a': 1 };
var nonCloneable = {