fix(app-preferences): fix bug with fetch method

closes #1299
This commit is contained in:
Ibby Hadeed 2017-03-29 19:20:46 -04:00
parent b91757e7e9
commit 65cf94b67b

View File

@ -37,7 +37,6 @@ export class AppPreferences {
* @return {Promise<any>} Returns a promise
*/
@Cordova({
sync: true,
callbackOrder: 'reverse'
})
fetch(dict: string, key?: string): Promise<any> { return; }