Commit 3e06a827 by Sebastián Katzer

Fix copy and paste bug schedule->update

parent a6a6178f
......@@ -86,7 +86,7 @@ exports.schedule = function (success, error, args) {
*
* @return [ Void ]
*/
exports.schedule = function (success, error, args) {
exports.update = function (success, error, args) {
console.warn('LocalNotification#update is not implemented.');
success();
};
......
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