mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
CommonJS (research/3)
This commit is contained in:
parent
586abbb802
commit
06bb124379
99 changed files with 51037 additions and 42961 deletions
5
dev/External/NotificationClass.js
vendored
5
dev/External/NotificationClass.js
vendored
|
|
@ -2,8 +2,5 @@
|
|||
|
||||
'use strict';
|
||||
|
||||
var
|
||||
window = require('./window.js')
|
||||
;
|
||||
|
||||
var window = require('./window.js');
|
||||
module.exports = window.Notification && window.Notification.requestPermission ? window.Notification : null;
|
||||
Loading…
Add table
Add a link
Reference in a new issue