[KSS-checkins] r49580 - kukit/kukit.js/branch/finish-closures/kukit
gotcha at codespeak.net
gotcha at codespeak.net
Sun Dec 9 20:44:13 CET 2007
Author: gotcha
Date: Sun Dec 9 20:44:12 2007
New Revision: 49580
Modified:
kukit/kukit.js/branch/finish-closures/kukit/actionreg.js
Log:
private class
Modified: kukit/kukit.js/branch/finish-closures/kukit/actionreg.js
==============================================================================
--- kukit/kukit.js/branch/finish-closures/kukit/actionreg.js (original)
+++ kukit/kukit.js/branch/finish-closures/kukit/actionreg.js Sun Dec 9 20:44:12 2007
@@ -26,7 +26,7 @@
*
* the local event actions need to be registered here.
*/
-var ActionRegistry = function () {
+var _ActionRegistry = function () {
this.content = {};
this.register = function(name, func) {
@@ -60,7 +60,7 @@
};
-kukit.actionsGlobalRegistry = new ActionRegistry();
+kukit.actionsGlobalRegistry = new _ActionRegistry();
/* XXX deprecated methods, to be removed asap */
More information about the Kukit-checkins
mailing list