mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-30 15:55:48 +00:00
5 lines
233 B
JavaScript
5 lines
233 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; |