This commit is contained in:
fredericogalvao
2015-11-24 00:50:20 -02:00
parent c0efbdf8f4
commit 1775824886
2 changed files with 2 additions and 2 deletions
@@ -64,7 +64,7 @@ function test() {
console.log('did finish');
}, () => {
console.log('did not finish');
})
});
};
let errorHandler = (e: Error) => {
+1 -1
View File
@@ -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
}