Skip to content

Commit 0316f36

Browse files
Added explicit default for cancel
1 parent 29d6a57 commit 0316f36

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

local-notifications-common.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ LocalNotifications.defaults = {
44
id: 0,
55
title: '',
66
body: '',
7-
badge: 0
8-
//ongoing: false
9-
//autoclear: true
7+
badge: 0,
8+
interval: 0
109
};
1110

1211
LocalNotifications.merge = function merge(obj1, obj2) { // Our merge function

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-local-notifications",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "The Local Notifications plugin allows your app to show notifications when the app is not running. Just like remote push notifications, but a few orders of magnitude easier to set up.",
55
"main" : "local-notifications.js",
66
"nativescript": {

0 commit comments

Comments
 (0)