From 93de843016951b554a64760f92dbe0501a5575e0 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sun, 19 Feb 2012 20:12:25 +0000 Subject: [PATCH] Remove unused deepCopy() function --- js/Utils.js | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/js/Utils.js b/js/Utils.js index 805a4dfc0..dbeac64a5 100755 --- a/js/Utils.js +++ b/js/Utils.js @@ -13,26 +13,6 @@ This file is a bit of a dumping ground; the expectation is that most of these fu var utils = exports; -utils.deepCopy = function(v) { - var r,t; - if(v instanceof Array) { - r = []; - for(t=0; t