CommonJS (research/5)

This commit is contained in:
RainLoop Team 2014-08-25 19:49:01 +04:00
parent 8d73c7b1b2
commit e600e32ddb
132 changed files with 11033 additions and 26380 deletions

View file

@ -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));