[KSS-checkins] r49482 - kukit/kukit.js/branch/finish-closures/kukit
jfroche at codespeak.net
jfroche at codespeak.net
Thu Dec 6 22:44:36 CET 2007
Author: jfroche
Date: Thu Dec 6 22:44:35 2007
New Revision: 49482
Modified:
kukit/kukit.js/branch/finish-closures/kukit/plugin.js
Log:
deprecate the executeCommand action
Modified: kukit/kukit.js/branch/finish-closures/kukit/plugin.js
==============================================================================
--- kukit/kukit.js/branch/finish-closures/kukit/plugin.js (original)
+++ kukit/kukit.js/branch/finish-closures/kukit/plugin.js Thu Dec 6 22:44:35 2007
@@ -975,6 +975,8 @@
//
// allows excess parms in the following check
;;; oper.componentName = '[executeCommand] action';
+;;; var msg = 'Deprecated the [executeCommand] action, use [kssSelector] in a standard action!';
+;;; kukit.logWarning(msg);
oper.evaluateParameters(['name', 'selector'],
{'selectorType': null},
'', true);
More information about the Kukit-checkins
mailing list