minor fix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-01-25 23:31:19 +03:00
parent 6ec29a8c6f
commit f03bcd443e
2 changed files with 2 additions and 2 deletions

View File

@ -1325,7 +1325,7 @@ module.MetaActions = {
return o
},
getSourceTags: function(name){
getHandlerSourceTags: function(name){
return this.getHandlers(name)
.map(function(a){
return a.pre ? (a.pre.source_tag || a.pre.event_tag)

View File

@ -1,6 +1,6 @@
{
"name": "ig-actions",
"version": "3.0.2",
"version": "3.0.3",
"description": "",
"main": "actions.js",
"scripts": {