From e48e83af4feb5c24746c2a226a488f39b083199c Mon Sep 17 00:00:00 2001 From: Jeff Harris Date: Tue, 18 Aug 2015 19:06:10 -0700 Subject: [PATCH] fixed typo on line 8 --- test/clone-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/clone-test.js b/test/clone-test.js index ef8481c..f3013e2 100644 --- a/test/clone-test.js +++ b/test/clone-test.js @@ -5,7 +5,7 @@ module.exports = function testClone () { var parent; var cloned; - var keys;q + var keys; it('should copy all of parents\' own properties into cloned', function () { parent = {