mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-06 14:58:19 +08:00
15 lines
192 B
JavaScript
15 lines
192 B
JavaScript
|
/* RainLoop Webmail (c) RainLoop Team | Licensed under CC BY-NC-SA 3.0 */
|
||
|
|
||
|
/**
|
||
|
* @constructor
|
||
|
*/
|
||
|
function KnoinAbstractBoot()
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
KnoinAbstractBoot.prototype.bootstart = function ()
|
||
|
{
|
||
|
|
||
|
};
|