Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Unified Diff: polymer_0.5.4/bower_components/web-animations-js/src/normalize-keyframes.js

Issue 895523005: Added Polymer 0.5.4 (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: polymer_0.5.4/bower_components/web-animations-js/src/normalize-keyframes.js
diff --git a/polymer_0.5.0/bower_components/web-animations-js/src/normalize-keyframes.js b/polymer_0.5.4/bower_components/web-animations-js/src/normalize-keyframes.js
similarity index 98%
copy from polymer_0.5.0/bower_components/web-animations-js/src/normalize-keyframes.js
copy to polymer_0.5.4/bower_components/web-animations-js/src/normalize-keyframes.js
index 274817b8ef9053d03ced55ee2fc0f0fd5e85ea69..58b9f04115dacfc54ac3852decde9e857fc55e76 100644
--- a/polymer_0.5.0/bower_components/web-animations-js/src/normalize-keyframes.js
+++ b/polymer_0.5.4/bower_components/web-animations-js/src/normalize-keyframes.js
@@ -108,7 +108,7 @@
]
};
- var shorthandExpanderElem = document.createElement('div');
+ var shorthandExpanderElem = document.createElementNS('http://www.w3.org/1999/xhtml', 'div');
var borderWidthAliases = {
thin: '1px',

Powered by Google App Engine
This is Rietveld 408576698