Skip to content

Commit

Permalink
chore: build patched-v3.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bryceosterhaus committed Sep 27, 2023
1 parent 021041b commit 45286b8
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yui",
"version": "3.19.1",
"version": "3.19.2",
"main": "build/yui/yui.js",
"devDependencies": {
"pure": "0.4.2"
Expand Down
4 changes: 2 additions & 2 deletions build/get/get-coverage.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/get/get-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,7 @@ Transaction.prototype = {
if (isScript) {
node.setAttribute('src', req.url);

if (Liferay.CSP.nonce) {
if (Liferay.CSP && Liferay.CSP.nonce) {
node.setAttribute('nonce', Liferay.CSP.nonce);
}

Expand Down
4 changes: 2 additions & 2 deletions build/get/get-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/get/get.js
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,7 @@ Transaction.prototype = {
if (isScript) {
node.setAttribute('src', req.url);

if (Liferay.CSP.nonce) {
if (Liferay.CSP && Liferay.CSP.nonce) {
node.setAttribute('nonce', Liferay.CSP.nonce);
}

Expand Down
2 changes: 1 addition & 1 deletion build/yui-base/yui-base-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -5350,7 +5350,7 @@ Transaction.prototype = {
if (isScript) {
node.setAttribute('src', req.url);

if (Liferay.CSP.nonce) {
if (Liferay.CSP && Liferay.CSP.nonce) {
node.setAttribute('nonce', Liferay.CSP.nonce);
}

Expand Down
Loading

0 comments on commit 45286b8

Please sign in to comment.