diff --git a/actions.js b/actions.js index 2a27e84..e615d35 100755 --- a/actions.js +++ b/actions.js @@ -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) diff --git a/package.json b/package.json index 13d349d..3c2a123 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ig-actions", - "version": "3.0.2", + "version": "3.0.3", "description": "", "main": "actions.js", "scripts": {