Intercom.JS - Added off method

This commit is contained in:
Chris Seufert
2015-03-19 12:15:45 +11:00
parent 90e4370042
commit e31c166f30
2 changed files with 8 additions and 0 deletions
+2
View File
@@ -17,4 +17,6 @@ function test_intercom_static() {
console.log(onceListenerInvokedTimes === 1);
instance.emit("eventWithoutAMessage");
instance.off("test", detect);
}