mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-24 06:47:05 +08:00
21 lines
No EOL
203 B
JavaScript
21 lines
No EOL
203 B
JavaScript
|
|
(function () {
|
|
|
|
'use strict';
|
|
|
|
/**
|
|
* @constructor
|
|
*/
|
|
function KnoinAbstractBoot()
|
|
{
|
|
|
|
}
|
|
|
|
KnoinAbstractBoot.prototype.bootstart = function ()
|
|
{
|
|
|
|
};
|
|
|
|
module.exports = KnoinAbstractBoot;
|
|
|
|
}()); |