r800 - trunk/ui
r800 - trunk/ui
Author: paul.bakaus
Date: Wed Oct 15 04:36:42 2008
New Revision: 800
Modified:
trunk/ui/ui.core.js
Log:
core: fixed chaining in lazy loading mechanism
Modified: trunk/ui/ui.core.js
==============================================================================
--- trunk/ui/ui.core.js (original)
+++ trunk/ui/ui.core.js Wed Oct 15 04:36:42 2008
@@ -29,6 +29,8 @@
$.getScript(uiPath+'ui.'+name+'.js', function() {
selector[name].apply(selector, args);
});
+
+ return this;
};
});