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); |