Browse Source

Remove unused method

Sebastián Katzer 10 years ago
parent
commit
167c794a77
1 changed files with 0 additions and 7 deletions
  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);