From abafaf0f3bacdd36f901c25f0cf7af97acaf012f Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 28 Apr 2016 02:35:51 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- ui (gen4)/lib/actions.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ui (gen4)/lib/actions.js b/ui (gen4)/lib/actions.js index 04e452fe..d12e8372 100755 --- a/ui (gen4)/lib/actions.js +++ b/ui (gen4)/lib/actions.js @@ -877,8 +877,9 @@ module.MetaActions = { // doc generators... // - // XXX would be nice to make these prop of the action itself but we - // can't get to the action container from the action... + // XXX would be nice to make these prop of the action itself but I + // do not see a way to do this properly yet -- we can't get to + // the action context from the action dynamically... getHandlerDocStr: function(name){ var lst = this.getHandlers(name) var str = ''