mirror of
https://github.com/RainLoop/rainloop-webmail.git
synced 2026-02-05 11:34:54 +01:00
13 lines
208 B
JavaScript
13 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*/
|