From 6f183f3b49b17b2ac9e0cb5623665979e98327bb Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 6 Dec 2013 21:55:45 +0100 Subject: [PATCH] typo --- source/Ox/js/DOM.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;