From 0f9bb627ee2337b980cf4a3c8627f6ac5b3d87ef Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Sun, 25 May 2008 16:41:01 +0000 Subject: core: reverted change that caused all plugins to malfunction - will later be introduced when the tests are ready. --- ui/source/ui.core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/source/ui.core.js') diff --git a/ui/source/ui.core.js b/ui/source/ui.core.js index db81ad8a8..e9621f6dc 100644 --- a/ui/source/ui.core.js +++ b/ui/source/ui.core.js @@ -26,7 +26,7 @@ for (var i = 0; i < set.length; i++) { if (instance.options[set[i][0]]) { - set[i][1].apply(instance, args); + set[i][1].apply(instance.element, args); } } } -- cgit v1.2.3