docs(navController): Typescript docs needs types

This commit is contained in:
Perry Govier
2015-11-24 13:31:25 -06:00
parent 592fe42083
commit b58d2e8dab

View File

@@ -217,7 +217,7 @@ export class NavController extends Ion {
/**
* TODO
* @name NavController#pop
* @param [opts={}] Any additional option for the transition
* @param {Object} [opts={}] Any additional option for the transition
* @returns {Promise} Returns a promise when the transition is completed
*/
pop(opts = {}) {