From 141404f973cdd8bb10d01392e918f486c1218cfa Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Tue, 12 Jan 2016 09:51:42 -0600 Subject: [PATCH] fix(events): init channels array --- ionic/util/events.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/util/events.ts b/ionic/util/events.ts index 9009364a63..edd1396635 100644 --- a/ionic/util/events.ts +++ b/ionic/util/events.ts @@ -17,7 +17,7 @@ * ``` */ export class Events { - private _channels: Array; + private _channels: Array = []; /** * Subscribe to an event topic. Events that get posted to that topic