aboutsummaryrefslogtreecommitdiff
path: root/node_modules/systemjs/dist/system-csp-production.src.js
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/systemjs/dist/system-csp-production.src.js
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/systemjs/dist/system-csp-production.src.js')
-rw-r--r--node_modules/systemjs/dist/system-csp-production.src.js8
1 files changed, 5 insertions, 3 deletions
diff --git a/node_modules/systemjs/dist/system-csp-production.src.js b/node_modules/systemjs/dist/system-csp-production.src.js
index 9c5e56532..96ca44221 100644
--- a/node_modules/systemjs/dist/system-csp-production.src.js
+++ b/node_modules/systemjs/dist/system-csp-production.src.js
@@ -1,5 +1,5 @@
/*
- * SystemJS v0.19.39
+ * SystemJS v0.19.40
*/
(function() {
function bootstrap() {// from https://gist.github.com/Yaffle/1088850
@@ -4483,7 +4483,7 @@ hook('fetch', function(fetch) {
});System = new SystemJSLoader();
__global.SystemJS = System;
-System.version = '0.19.39 CSP';
+System.version = '0.19.40 CSP';
if (typeof module == 'object' && module.exports && typeof exports == 'object')
module.exports = System;
@@ -4500,6 +4500,8 @@ if (typeof document !== 'undefined') {
$__curScript = scripts[scripts.length - 1];
if (document.currentScript && ($__curScript.defer || $__curScript.async))
$__curScript = document.currentScript;
+ if (!$__curScript.src)
+ $__curScript = undefined;
if (doPolyfill) {
var curPath = $__curScript.src;
var basePath = curPath.substr(0, curPath.lastIndexOf('/') + 1);
@@ -4533,4 +4535,4 @@ else {
}
-})(); \ No newline at end of file
+})();