Commit be9826f1 by Sebastián Katzer

Hopefully fix for mystical "export.core not being set" error

parent 063a5034
...@@ -20,6 +20,8 @@ ...@@ -20,6 +20,8 @@
*/ */
var proxy = require('de.appplant.cordova.plugin.local-notification.LocalNotification.Proxy');
var Notifications = Windows.UI.Notifications; var Notifications = Windows.UI.Notifications;
......
...@@ -266,4 +266,5 @@ exports.exports = function () { ...@@ -266,4 +266,5 @@ exports.exports = function () {
return exports; return exports;
}; };
cordova.commandProxy.add('LocalNotification', exports); cordova.commandProxy.add('LocalNotification', exports);
...@@ -20,9 +20,9 @@ ...@@ -20,9 +20,9 @@
*/ */
var channel = require('cordova/channel'); exports = require('de.appplant.cordova.plugin.local-notification.LocalNotification.Proxy').core;
exports = require('de.appplant.cordova.plugin.local-notification.LocalNotification.Proxy.Core').core; var channel = require('cordova/channel');
/*********** /***********
......
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