Skip to content

Commit 37bc6ad

Browse files
committed
bulk replace system.emit calls
1 parent 6b4d757 commit 37bc6ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ instance.prototype.destroy = function() {
8080

8181
instance.prototype.actions = function(system) {
8282
var self = this;
83-
self.system.emit('instance_actions', self.id, {
83+
self.setActions({
8484

8585
'pb': {
8686
label: 'Set the playback fader level',

0 commit comments

Comments
 (0)