Quellcode durchsuchen

Fix copy and paste bug schedule->update

Sebastián Katzer vor 8 Jahren
Ursprung
Commit
3e06a827df
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/windows/LocalNotificationProxy.js

+ 1 - 1
src/windows/LocalNotificationProxy.js

@@ -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();
 };