mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 03:59:21 +03:00
CommonJS (research)
This commit is contained in:
parent
2fa2cd191e
commit
56607de87c
91 changed files with 20220 additions and 12933 deletions
9
dev/External/NotificationClass.js
vendored
Normal file
9
dev/External/NotificationClass.js
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/* 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue