|
|
@ -794,9 +794,7 @@ var factory = function () {
|
|
|
|
if (typeof(module) !== 'undefined' && module.exports) {
|
|
|
|
if (typeof(module) !== 'undefined' && module.exports) {
|
|
|
|
module.exports = factory();
|
|
|
|
module.exports = factory();
|
|
|
|
} else if ((typeof(define) !== 'undefined' && define !== null) && (define.amd !== null)) {
|
|
|
|
} else if ((typeof(define) !== 'undefined' && define !== null) && (define.amd !== null)) {
|
|
|
|
define([
|
|
|
|
define([], function () {
|
|
|
|
'/bower_components/es6-promise/es6-promise.min.js'
|
|
|
|
|
|
|
|
], function () {
|
|
|
|
|
|
|
|
return factory();
|
|
|
|
return factory();
|
|
|
|
});
|
|
|
|
});
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|