Skip to content

Commit

Permalink
fix(app-preferences): fix bug with fetch method
Browse files Browse the repository at this point in the history
closes #1299
  • Loading branch information
ihadeed committed Mar 29, 2017
1 parent b91757e commit 65cf94b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/@ionic-native/plugins/app-preferences/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down

0 comments on commit 65cf94b

Please sign in to comment.