Explorar el Código

Fix missing this

Sebastián Katzer hace 10 años
padre
commit
93eb2ec9be
Se han modificado 1 ficheros con 1 adiciones y 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++) {