remove comment
This commit is contained in:
parent
3619316f78
commit
fe40220d0b
1 changed files with 0 additions and 1 deletions
|
@ -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])) {
|
||||
|
|
Loading…
Reference in a new issue