mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-09 00:08:18 +08:00
6 lines
153 B
JavaScript
6 lines
153 B
JavaScript
|
/* RainLoop Webmail (c) RainLoop Team | Licensed under CC BY-NC-SA 3.0 */
|
||
|
|
||
|
'use strict';
|
||
|
|
||
|
module.exports = require('./jquery.js')(window.document);
|