mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(events): fix private functions
This commit is contained in:
committed by
Adam Bradley
parent
a7315285c5
commit
86afdcc5a8
@@ -106,6 +106,9 @@ export class Events {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
export function setupEvents(platform: Platform): Events {
|
||||
const events = new Events();
|
||||
|
||||
@@ -145,6 +148,9 @@ export function setupEvents(platform: Platform): Events {
|
||||
return events;
|
||||
}
|
||||
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
export function setupProvideEvents(platform: Platform) {
|
||||
return function() {
|
||||
return setupEvents(platform);
|
||||
|
||||
Reference in New Issue
Block a user