docs(viewController): update viewController

This commit is contained in:
mhartington
2016-11-07 15:44:40 -05:00
parent b4b9adb7fc
commit ac157c0474

View File

@ -216,7 +216,6 @@ export class ViewController {
/** /**
* Check to see if you can go back in the navigation stack. * Check to see if you can go back in the navigation stack.
* @param {boolean} Check whether or not you can go back from this page
* @returns {boolean} Returns if it's possible to go back from this Page. * @returns {boolean} Returns if it's possible to go back from this Page.
*/ */
enableBack(): boolean { enableBack(): boolean {