From fe40220d0b5b1b26f203bca92118193d540de71c Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 1 Dec 2013 13:10:44 +0100 Subject: [PATCH] remove comment --- source/Ox/js/Object.js | 1 - 1 file changed, 1 deletion(-) diff --git a/source/Ox/js/Object.js b/source/Ox/js/Object.js index a1243c2c..3d061cf3 100644 --- a/source/Ox/js/Object.js +++ b/source/Ox/js/Object.js @@ -117,7 +117,6 @@ Ox.makeObject Takes an array and returns an object > (function() { return Ox.makeObject(arguments); }()) {} @*/ -// FIXME: rename to toObject Ox.makeObject = function(array) { var ret = {}; if (Ox.isObject(array[0])) {