mirror of
https://github.com/jhillyerd/inbucket.git
synced 2026-01-29 06:25:56 +00:00
Update bootstrap theme javascript dependencies
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
/*global define:false*/
|
||||
|
||||
import moment from "./moment";
|
||||
|
||||
define("moment", [], function () {
|
||||
return moment;
|
||||
});
|
||||
@@ -1,7 +0,0 @@
|
||||
/*global define:false*/
|
||||
|
||||
import moment from "./moment";
|
||||
|
||||
define([], function () {
|
||||
return moment;
|
||||
});
|
||||
@@ -2,4 +2,4 @@
|
||||
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
|
||||
typeof define === 'function' && define.amd ? define(factory) :
|
||||
global.moment = factory()
|
||||
}(this, function () { 'use strict';
|
||||
}(this, (function () { 'use strict';
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
/*global window:false*/
|
||||
|
||||
import moment from "./moment";
|
||||
|
||||
window.moment = moment;
|
||||
@@ -1,6 +1,6 @@
|
||||
;(function (global, factory) {
|
||||
typeof exports === 'object' && typeof module !== 'undefined'
|
||||
&& typeof require === 'function' ? factory(require('../moment')) :
|
||||
typeof define === 'function' && define.amd ? define(['moment'], factory) :
|
||||
typeof define === 'function' && define.amd ? define(['../moment'], factory) :
|
||||
factory(global.moment)
|
||||
}(this, function (moment) { 'use strict';
|
||||
}(this, (function (moment) { 'use strict';
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
&& typeof require === 'function' ? factory(require('../../moment')) :
|
||||
typeof define === 'function' && define.amd ? define(['../../moment'], factory) :
|
||||
factory(global.moment)
|
||||
}(this, function (moment) { 'use strict';
|
||||
}(this, (function (moment) { 'use strict';
|
||||
|
||||
Reference in New Issue
Block a user