Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-04-28 02:35:51 +03:00
parent 18d1727091
commit abafaf0f3b

View File

@ -877,8 +877,9 @@ module.MetaActions = {
// doc generators... // doc generators...
// //
// XXX would be nice to make these prop of the action itself but we // XXX would be nice to make these prop of the action itself but I
// can't get to the action container from the action... // 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){ getHandlerDocStr: function(name){
var lst = this.getHandlers(name) var lst = this.getHandlers(name)
var str = '' var str = ''