mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
[chores]
This commit is contained in:
@@ -64,7 +64,7 @@ function test() {
|
||||
console.log('did finish');
|
||||
}, () => {
|
||||
console.log('did not finish');
|
||||
})
|
||||
});
|
||||
};
|
||||
|
||||
let errorHandler = (e: Error) => {
|
||||
|
||||
+1
-1
@@ -153,7 +153,7 @@ declare module PhonegapPluginPush {
|
||||
*/
|
||||
alert?: boolean | string
|
||||
/**
|
||||
* Boolean|String Optional. If true|"true" the badge will be cleared on app startup. Default is false|"false".
|
||||
* If true|"true" the badge will be cleared on app startup. Default is false|"false".
|
||||
*/
|
||||
clearBadge?: boolean | string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user