fix(events): init channels array

This commit is contained in:
Adam Bradley
2016-01-12 09:51:42 -06:00
parent 1157d5e72f
commit 141404f973

View File

@@ -17,7 +17,7 @@
* ```
*/
export class Events {
private _channels: Array<any>;
private _channels: Array<any> = [];
/**
* Subscribe to an event topic. Events that get posted to that topic