mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-15 04:04:50 +08:00
12 lines
208 B
JavaScript
12 lines
208 B
JavaScript
/* RainLoop Webmail (c) RainLoop Team | Licensed under CC BY-NC-SA 3.0 */
|
|
|
|
/*jshint onevar: false*/
|
|
/**
|
|
* @type {?RainLoopApp}
|
|
*/
|
|
var
|
|
RL = null,
|
|
|
|
$proxyDiv = $('<div></div>')
|
|
;
|
|
/*jshint onevar: true*/
|