mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 01:57:50 +00:00
Minor unit test cleanup.
Former-commit-id: 3243247d9da53f3a12cd19bec822bb43eb7f315e
This commit is contained in:
@@ -166,8 +166,8 @@
|
|||||||
QUnit.module('lodash.clone');
|
QUnit.module('lodash.clone');
|
||||||
|
|
||||||
(function() {
|
(function() {
|
||||||
function Klass() { this.b = 1; }
|
function Klass() { this.a = 1; }
|
||||||
Klass.prototype = { 'a': 1 };
|
Klass.prototype = { 'b': 1 };
|
||||||
|
|
||||||
var nonCloneable = {
|
var nonCloneable = {
|
||||||
'an arguments object': arguments,
|
'an arguments object': arguments,
|
||||||
|
|||||||
Reference in New Issue
Block a user