mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-04 14:02:17 +08:00
06274c6a7c
Fixed owncloud password encoder/decoder (#291) Fixed ckeditor in ownCloud iframe (Closes #302) Release commit
21 lines
No EOL
188 B
JavaScript
21 lines
No EOL
188 B
JavaScript
|
|
(function () {
|
|
|
|
'use strict';
|
|
|
|
/**
|
|
* @constructor
|
|
*/
|
|
function AbstractBoot()
|
|
{
|
|
|
|
}
|
|
|
|
AbstractBoot.prototype.bootstart = function ()
|
|
{
|
|
|
|
};
|
|
|
|
module.exports = AbstractBoot;
|
|
|
|
}()); |