mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 06:57:03 +03:00
browserify -> webpack
Code refactoring
This commit is contained in:
parent
542c46b654
commit
27d4bd74ad
138 changed files with 27231 additions and 32424 deletions
|
|
@ -1,7 +1,7 @@
|
|||
// Base64 encode / decode
|
||||
// http://www.webtoolkit.info/
|
||||
|
||||
(function (module) {
|
||||
(function () {
|
||||
|
||||
'use strict';
|
||||
|
||||
|
|
@ -168,4 +168,4 @@
|
|||
module.exports = Base64;
|
||||
/*jslint bitwise: false*/
|
||||
|
||||
}(module, require));
|
||||
}());
|
||||
Loading…
Add table
Add a link
Reference in a new issue