Fix notifications: windows -> window, serialize false setting

This commit is contained in:
Scott Nonnenberg
2017-11-22 14:32:39 -08:00
parent 16ad94148a
commit cdfdd6b381
2 changed files with 2 additions and 3 deletions

View File

@@ -86,7 +86,7 @@
break;
}
if (windows.config.polyfillNotifications) {
if (window.config.polyfillNotifications) {
window.nodeNotifier.notify({
title: title,
message: message,