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])) {