1
0
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:
James Hillyerd
2017-01-28 20:20:58 -08:00
parent 958f5a44d9
commit 9e49480482
383 changed files with 112654 additions and 79220 deletions

View File

@@ -1,7 +0,0 @@
/*global define:false*/
import moment from "./moment";
define("moment", [], function () {
return moment;
});

View File

@@ -1,7 +0,0 @@
/*global define:false*/
import moment from "./moment";
define([], function () {
return moment;
});

View File

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

View File

@@ -1,5 +0,0 @@
/*global window:false*/
import moment from "./moment";
window.moment = moment;

View File

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

View File

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