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

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