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;
|
window.SignalProtocolStore = SignalProtocolStore;
|
||||||
})();
|
})();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue