remove comment

This commit is contained in:
rolux 2013-12-01 13:10:44 +01:00
parent 3619316f78
commit fe40220d0b

View file

@ -117,7 +117,6 @@ Ox.makeObject <f> Takes an array and returns an object
> (function() { return Ox.makeObject(arguments); }()) > (function() { return Ox.makeObject(arguments); }())
{} {}
@*/ @*/
// FIXME: rename to toObject
Ox.makeObject = function(array) { Ox.makeObject = function(array) {
var ret = {}; var ret = {};
if (Ox.isObject(array[0])) { if (Ox.isObject(array[0])) {