Sebastián Katzer пре 10 година
родитељ
комит
063a5034a7
1 измењених фајлова са 1 додато и 3 уклоњено
  1. 1 3
      src/windows/LocalNotificationCore.js

+ 1 - 3
src/windows/LocalNotificationCore.js

@@ -20,9 +20,7 @@
 */
 
 
-var Notifications = Windows.UI.Notifications,
-    applicationData = Windows.Storage.ApplicationData.current,
-    localSettings = applicationData.localSettings;
+var Notifications = Windows.UI.Notifications;
 
 
 exports.core = {