소스 검색

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

Sebastián Katzer 10 년 전
부모
커밋
385dabb23c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/windows/LocalNotificationCore.js

+ 1 - 1
src/windows/LocalNotificationCore.js

@@ -25,7 +25,7 @@ var proxy = require('de.appplant.cordova.plugin.local-notification.LocalNotifica
 var Notifications = Windows.UI.Notifications;
 
 
-exports.core = {
+proxy.core = {
 
     /**
      * Executes all queued events.