소스 검색

Fix copy and paste bug schedule->update

Sebastián Katzer 8 년 전
부모
커밋
3e06a827df
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();
 };