chore: removed deprecated APIs

This commit is contained in:
Manu Mtz.-Almeida
2016-10-13 18:02:45 +02:00
committed by Adam Bradley
parent a06bd69926
commit 35568ba85f
11 changed files with 22 additions and 190 deletions

View File

@@ -61,15 +61,6 @@ export class ActionSheet extends ViewController {
return this._app.present(this, navOptions);
}
/**
* @private
* DEPRECATED: Please inject ActionSheetController instead
*/
static create(opt: any) {
// deprecated warning: added beta.11 2016-06-27
console.warn('ActionSheet.create(..) has been deprecated. Please inject ActionSheetController instead');
}
}