Skip to content

Commit

Permalink
Fixes #46
Browse files Browse the repository at this point in the history
  • Loading branch information
argon committed Jun 28, 2012
1 parent 69dbf09 commit 6c57a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/notification.js
Expand Up @@ -33,7 +33,7 @@ Notification.prototype.clone = function (device) {
notification.device = device;

notification.alert = this.alert;
notification.badget = this.badge;
notification.badge = this.badge;
notification.sound = this.sound;
notification.newsstandAvailable = this.newsstandAvailable;

Expand Down

0 comments on commit 6c57a52

Please sign in to comment.