浏览代码

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);