Explorar el Código

Remove unused method

Sebastián Katzer hace 10 años
padre
commit
167c794a77
Se han modificado 1 ficheros con 0 adiciones y 7 borrados
  1. 0 7
      src/windows/LocalNotificationProxy.js

+ 0 - 7
src/windows/LocalNotificationProxy.js

@@ -259,12 +259,5 @@ exports.getTriggered = function (success, error, ids) {
     success(notifications);
 };
 
-/**
- * Required for core module to access the proxy.
- */
-exports.exports = function () {
-    return exports;
-};
-
 
 cordova.commandProxy.add('LocalNotification', exports);