Quellcode durchsuchen

Remove unused method

Sebastián Katzer vor 10 Jahren
Ursprung
Commit
167c794a77
1 geänderte Dateien mit 0 neuen und 7 gelöschten Zeilen
  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);