mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(): minor doc updates
This commit is contained in:
@@ -145,7 +145,7 @@ export class App {
|
||||
|
||||
/**
|
||||
* Boolean if the app is actively scrolling or not.
|
||||
* @return {boolean}
|
||||
* @return {boolean} returns true or false
|
||||
*/
|
||||
isScrolling(): boolean {
|
||||
return (this._scrollTime + 48 > Date.now());
|
||||
@@ -170,7 +170,7 @@ export class App {
|
||||
}
|
||||
|
||||
/**
|
||||
* retuns the root NavController
|
||||
* @return {NavController} Retuns the root NavController
|
||||
*/
|
||||
getRootNav(): NavController {
|
||||
return this._rootNav;
|
||||
|
||||
Reference in New Issue
Block a user