Jelajahi Sumber

Remove unused method

Sebastián Katzer 10 tahun lalu
induk
melakukan
167c794a77
1 mengubah file dengan 0 tambahan dan 7 penghapusan
  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);