Template Upload

This commit is contained in:
SOUTHERNCO\x2mjbyrn
2017-05-17 13:45:25 -04:00
parent 415b9c25f3
commit 7efe7605b8
11476 changed files with 2170865 additions and 34 deletions

5
node_modules/systemjs/test/tests/csp/integrity.js generated vendored Normal file
View File

@ -0,0 +1,5 @@
define(function () {
return {
integrity: 'integrity'
}
});

3
node_modules/systemjs/test/tests/csp/nonce.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
module.exports = {
nonce: 'abc'
};

3
node_modules/systemjs/test/tests/csp/nonce2.js generated vendored Normal file
View File

@ -0,0 +1,3 @@
module.exports = {
nonce: 'ab'
};