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); }())
{}
@*/
// FIXME: rename to toObject
Ox.makeObject = function(array) {
var ret = {};
if (Ox.isObject(array[0])) {