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