Explorar o código

Fix missing this

Sebastián Katzer %!s(int64=10) %!d(string=hai) anos
pai
achega
93eb2ec9be
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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++) {