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

Unified Diff: polymer_0.5.4/bower_components/web-animations-js/src/effect-callback.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/effect-callback.js
diff --git a/polymer_0.5.0/bower_components/web-animations-js/src/effect-callback.js b/polymer_0.5.4/bower_components/web-animations-js/src/effect-callback.js
similarity index 94%
copy from polymer_0.5.0/bower_components/web-animations-js/src/effect-callback.js
copy to polymer_0.5.4/bower_components/web-animations-js/src/effect-callback.js
index 9ff392e9b94d5a20349ef097a6282bd47b9b7eaa..6ccd5d9e0110a3e53d5c0cb5a4e43f02f4082528 100644
--- a/polymer_0.5.0/bower_components/web-animations-js/src/effect-callback.js
+++ b/polymer_0.5.4/bower_components/web-animations-js/src/effect-callback.js
@@ -13,7 +13,7 @@
// limitations under the License.
(function(shared, scope, testing) {
- var nullTarget = document.createElement('div');
+ var nullTarget = document.createElementNS('http://www.w3.org/1999/xhtml', 'div');
var sequenceNumber = 0;
scope.bindPlayerForCustomEffect = function(player) {
@@ -83,4 +83,4 @@
register(this._callback);
};
-})(webAnimationsShared, webAnimationsMaxifill, webAnimationsTesting);
+})(webAnimationsShared, webAnimationsNext, webAnimationsTesting);

Powered by Google App Engine
This is Rietveld 408576698