mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Code refactoring
Fixed owncloud password encoder/decoder (#291) Fixed ckeditor in ownCloud iframe (Closes #302) Release commit
This commit is contained in:
parent
7a374ebe03
commit
06274c6a7c
112 changed files with 2667 additions and 1862 deletions
21
dev/Knoin/AbstractBoot.js
Normal file
21
dev/Knoin/AbstractBoot.js
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
|
||||
(function () {
|
||||
|
||||
'use strict';
|
||||
|
||||
/**
|
||||
* @constructor
|
||||
*/
|
||||
function AbstractBoot()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
AbstractBoot.prototype.bootstart = function ()
|
||||
{
|
||||
|
||||
};
|
||||
|
||||
module.exports = AbstractBoot;
|
||||
|
||||
}());
|
||||
Loading…
Add table
Add a link
Reference in a new issue