Commit 167c794a by Sebastián Katzer

Remove unused method

parent be9826f1
...@@ -259,12 +259,5 @@ exports.getTriggered = function (success, error, ids) { ...@@ -259,12 +259,5 @@ exports.getTriggered = function (success, error, ids) {
success(notifications); success(notifications);
}; };
/**
* Required for core module to access the proxy.
*/
exports.exports = function () {
return exports;
};
cordova.commandProxy.add('LocalNotification', exports); cordova.commandProxy.add('LocalNotification', exports);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment