docs(loading): add returns statement

This commit is contained in:
ericb
2016-09-13 11:38:46 -05:00
parent 3154cc05f4
commit 25ff530dcf

View File

@ -181,6 +181,7 @@ export class LoadingController {
/**
* Create a loading indicator. See below for options.
* @param {LoadingOptions} opts Loading options
* @returns {Loading} Returns a Loading Instance
*/
create(opts: LoadingOptions = {}) {
return new Loading(this._app, opts);