mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-24 14:57:26 +08:00
9 lines
No EOL
245 B
JavaScript
9 lines
No EOL
245 B
JavaScript
/* 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; |