瀏覽代碼

Fix missing this

Sebastián Katzer 10 年之前
父節點
當前提交
93eb2ec9be
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/windows/LocalNotificationCore.js

+ 1 - 1
src/windows/LocalNotificationCore.js

@@ -347,7 +347,7 @@ exports.core = {
             notifications = [];
 
         if (ids.length === 0) {
-            ids = getAllIds();
+            ids = this.getAllIds();
         }
 
         for (var index = 0; index < ids.length; index++) {