Quellcode durchsuchen

Fix missing this

Sebastián Katzer vor 10 Jahren
Ursprung
Commit
93eb2ec9be
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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++) {