mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(events): init channels array
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user