소스 검색

Remove unused method

Sebastián Katzer 10 년 전
부모
커밋
167c794a77
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  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);