Commit 0b44d505 by Sebastián Katzer

Added the lost `repeat` attribute...

parent 1b2e2f14
...@@ -20,11 +20,12 @@ LocalNotification.prototype = { ...@@ -20,11 +20,12 @@ LocalNotification.prototype = {
*/ */
add: function (options) { add: function (options) {
var defaults = { var defaults = {
date: false, date: new Date(),
message: '', message: '',
title: '', title: '',
badge: 0, badge: 0,
id: 0, id: 0,
repeat: '',
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