Commit f08726fc by Sebastián Katzer

Refactored default values

parent 94eaef3e
...@@ -21,11 +21,10 @@ LocalNotification.prototype = { ...@@ -21,11 +21,10 @@ LocalNotification.prototype = {
var defaults = { var defaults = {
date: false, date: false,
message: '', message: '',
hasAction: true, title: '',
action: 'View',
badge: 0, badge: 0,
id: 0, id: 0,
sound: '', sound: '', // nur iOS
background: '', background: '',
foreground: '' foreground: ''
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment