docs(): minor doc updates

This commit is contained in:
mhartington
2016-10-10 09:12:58 -04:00
parent c9b11811ed
commit da62b63253
6 changed files with 25 additions and 24 deletions

View File

@@ -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;