mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-28 18:41:34 +08:00
ccbf04cb67
Fixed languages popup Release commit
21 lines
No EOL
224 B
JavaScript
21 lines
No EOL
224 B
JavaScript
|
|
(function (module) {
|
|
|
|
'use strict';
|
|
|
|
/**
|
|
* @constructor
|
|
*/
|
|
function KnoinAbstractBoot()
|
|
{
|
|
|
|
}
|
|
|
|
KnoinAbstractBoot.prototype.bootstart = function ()
|
|
{
|
|
|
|
};
|
|
|
|
module.exports = KnoinAbstractBoot;
|
|
|
|
}(module, require)); |