mirror of
https://github.com/moparisthebest/mail
synced 2025-01-30 22:50:17 -05:00
fixed forge bundle
This commit is contained in:
parent
7d14dbfa23
commit
911f9929a9
@ -1,3 +1,5 @@
|
||||
(function(window) {
|
||||
|
||||
/**
|
||||
* Utility functions for web applications.
|
||||
*
|
||||
@ -5,7 +7,7 @@
|
||||
*
|
||||
* Copyright (c) 2010-2012 Digital Bazaar, Inc.
|
||||
*/
|
||||
(function(window) {
|
||||
(function() {
|
||||
/* ########## Begin module implementation ########## */
|
||||
function initModule(forge) {
|
||||
|
||||
@ -11655,4 +11657,6 @@ if(nodeDefine || typeof define === 'function') {
|
||||
};
|
||||
});
|
||||
}
|
||||
})();
|
||||
|
||||
})((typeof window !== 'undefined') ? window : null);
|
Loading…
Reference in New Issue
Block a user