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
No known key found for this signature in database
GPG key ID: A4931C09644C654B
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,