mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 13:39:22 +03:00
CommonJS (research/5)
This commit is contained in:
parent
8d73c7b1b2
commit
e600e32ddb
132 changed files with 11033 additions and 26380 deletions
|
|
@ -1,8 +1,9 @@
|
|||
// Base64 encode / decode
|
||||
// http://www.webtoolkit.info/
|
||||
'use strict';
|
||||
|
||||
(function (module) {
|
||||
|
||||
'use strict';
|
||||
|
||||
/*jslint bitwise: true*/
|
||||
var Base64 = {
|
||||
|
|
@ -167,4 +168,4 @@
|
|||
module.exports = Base64;
|
||||
/*jslint bitwise: false*/
|
||||
|
||||
}(module));
|
||||
}(module, require));
|
||||
Loading…
Add table
Add a link
Reference in a new issue