mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 22:17:03 +03:00
CommonJS (research/5)
This commit is contained in:
parent
8d73c7b1b2
commit
e600e32ddb
132 changed files with 11033 additions and 26380 deletions
|
|
@ -1,7 +1,8 @@
|
|||
/* RainLoop Webmail (c) RainLoop Team | Licensed under CC BY-NC-SA 3.0 */
|
||||
'use strict';
|
||||
|
||||
(function (module) {
|
||||
(function (module, require) {
|
||||
|
||||
'use strict';
|
||||
|
||||
var
|
||||
Plugins = {
|
||||
|
|
@ -9,8 +10,8 @@
|
|||
__remote: null,
|
||||
__data: null
|
||||
},
|
||||
_ = require('../External/underscore.js'),
|
||||
Utils = require('./Utils.js')
|
||||
_ = require('_'),
|
||||
Utils = require('Utils')
|
||||
;
|
||||
|
||||
/**
|
||||
|
|
@ -112,4 +113,4 @@
|
|||
|
||||
module.exports = Plugins;
|
||||
|
||||
}(module));
|
||||
}(module, require));
|
||||
Loading…
Add table
Add a link
Reference in a new issue