mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Intercom.JS - Added off method
This commit is contained in:
@@ -17,4 +17,6 @@ function test_intercom_static() {
|
||||
console.log(onceListenerInvokedTimes === 1);
|
||||
|
||||
instance.emit("eventWithoutAMessage");
|
||||
|
||||
instance.off("test", detect);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user