Commit 8e8bc0b8 by Sebastián Katzer

This.core.registerActionGroup is not a function [fixes #1438]

parent 1a596ab7
......@@ -266,7 +266,7 @@ exports.getTriggered = function (callback, scope) {
* @return [ Void ]
*/
exports.addActionGroup = function (id, actions, callback, scope) {
this.core.registerActionGroup(id, actions, callback, scope);
this.core.addActionGroup(id, actions, callback, scope);
};
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment