OSDN Git Service

Modify the setValues method
authordhrname <dhrname@users.sourceforge.jp>
Tue, 21 Feb 2017 12:51:12 +0000 (21:51 +0900)
committerdhrname <dhrname@users.sourceforge.jp>
Tue, 21 Feb 2017 12:51:12 +0000 (21:51 +0900)
org/w3c/dom/smil.js

index a3e9d8b..bb37330 100644 (file)
@@ -2077,7 +2077,7 @@ base("$calcMode").up("$attribute").mix( {
       var keyPoints = this.getAttr("keyPoints", null),\r
           superSetValues = this.$animateElement.setValues;\r
       if (keyPoints) {\r
-        return superSetValues.call(this, keyPoints);\r
+        return superSetValues.call(this, keyPoints, null, null, null);\r
       } else {\r
         return superSetValues.apply(this, arguments);\r
       }\r