Skip to content

Commit 1775824

Browse files
committed
[chores]
1 parent c0efbdf commit 1775824

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

phonegap-plugin-push/phonegap-plugin-push-tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function test() {
6464
console.log('did finish');
6565
}, () => {
6666
console.log('did not finish');
67-
})
67+
});
6868
};
6969

7070
let errorHandler = (e: Error) => {

phonegap-plugin-push/phonegap-plugin-push.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ declare module PhonegapPluginPush {
153153
*/
154154
alert?: boolean | string
155155
/**
156-
* Boolean|String Optional. If true|"true" the badge will be cleared on app startup. Default is false|"false".
156+
* If true|"true" the badge will be cleared on app startup. Default is false|"false".
157157
*/
158158
clearBadge?: boolean | string
159159
}

0 commit comments

Comments
 (0)