mirror of
https://github.com/flynx/actions.js.git
synced 2025-10-28 18:00:11 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
e904f8d869
commit
f0ebd06257
11
actions.js
11
actions.js
@ -667,6 +667,17 @@ module.MetaActions = {
|
||||
|
||||
// Get action documentation...
|
||||
//
|
||||
// Format:
|
||||
// {
|
||||
// action-name: [
|
||||
// doc,
|
||||
// long_doc,
|
||||
// name,
|
||||
// ],
|
||||
// ...
|
||||
// }
|
||||
//
|
||||
// NOTE: oveloading actions will shadow parents doc if they define .doc.
|
||||
getDoc: function(actions){
|
||||
var res = {}
|
||||
var that = this
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user