Add Events to SignalProtocolStore
Allows triggering and listening for events. // FREEBIE
This commit is contained in:
parent
5899654ea5
commit
ce315f3f8e
1 changed files with 1 additions and 0 deletions
|
@ -348,6 +348,7 @@
|
|||
},
|
||||
|
||||
};
|
||||
_.extend(SignalProtocolStore.prototype, Backbone.Events);
|
||||
|
||||
window.SignalProtocolStore = SignalProtocolStore;
|
||||
})();
|
||||
|
|
Loading…
Reference in a new issue