diff --git a/source/Ox/js/DOM.js b/source/Ox/js/DOM.js index 35cb4ca1..5045d2ff 100644 --- a/source/Ox/js/DOM.js +++ b/source/Ox/js/DOM.js @@ -148,7 +148,7 @@ Ox.$ = Ox.element = function(value) { } else if (arguments.length == 1 && Ox.isString(arguments[0])) { ret = data[arguments[0]] } else { - Ox.forEach(Ox.makeObject(arguments), funciton(value, key) { + Ox.forEach(Ox.makeObject(arguments), function(value, key) { data[key] = value; }); ret = this;