Explorar el Código

Fix copy and paste bug schedule->update

Sebastián Katzer hace 8 años
padre
commit
3e06a827df
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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();
 };