We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5f6fff + 5d7c274 commit fb6c359Copy full SHA for fb6c359
index.js
@@ -44,7 +44,7 @@ var DeployPluginBase = CoreObject.extend({
44
readConfig: function(property){
45
var configuredValue = this.pluginConfig[property];
46
if (typeof configuredValue === 'function') {
47
- return configuredValue(this.context);
+ return configuredValue.call(this, this.context);
48
}
49
return configuredValue;
50
},
0 commit comments