Skip to content

Commit

Permalink
fix(localnotifications): options can be an array
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed Apr 25, 2016
1 parent beeb075 commit e10d744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/localnotifications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export class LocalNotifications {
@Cordova({
sync: true
})
static schedule(options? : Notification) : void {}
static schedule(options? : Notification|Array<Notification>) : void {}

/**
* Updates a previously scheduled notification. Must include the id in the options parameter.
Expand Down

0 comments on commit e10d744

Please sign in to comment.