docs(viewController, picker, popover, toast, gestures, utils): update docs

This commit is contained in:
mhartington
2016-06-30 15:50:26 -04:00
parent fbe6f82c89
commit cd6ad23ef3
7 changed files with 68 additions and 61 deletions

View File

@ -93,6 +93,7 @@ export class Picker extends ViewController {
/**
* @private
* @name PickerController
* @description
*
@ -109,4 +110,4 @@ export class PickerController {
return new Picker(this._app, opts);
}
}
}