mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-27 19:19:21 +03:00
CommonJS (research/5)
This commit is contained in:
parent
8d73c7b1b2
commit
e600e32ddb
132 changed files with 11033 additions and 26380 deletions
5
dev/External/NotificationClass.js
vendored
5
dev/External/NotificationClass.js
vendored
|
|
@ -1,5 +1,4 @@
|
|||
/* RainLoop Webmail (c) RainLoop Team | Licensed under CC BY-NC-SA 3.0 */
|
||||
'use strict';
|
||||
|
||||
var window = require('./window.js');
|
||||
module.exports = window.Notification && window.Notification.requestPermission ? window.Notification : null;
|
||||
var w = require('window');
|
||||
module.exports = w.Notification && w.Notification.requestPermission ? w.Notification : null;
|
||||
Loading…
Add table
Add a link
Reference in a new issue