OSDN Git Service

Modify the initTargetElement method
authordhrname <dhrname@users.sourceforge.jp>
Sat, 24 Sep 2016 14:29:23 +0000 (23:29 +0900)
committerdhrname <dhrname@users.sourceforge.jp>
Sat, 24 Sep 2016 14:29:23 +0000 (23:29 +0900)
org/w3c/dom/smil.js

index 188f4a9..faeeaf6 100644 (file)
@@ -851,7 +851,6 @@ base("$calcMode").up("$attribute").mix( {
     if ( id = ele.getAttributeNS(null, "targetElement") ) {\r
       return ele.ownerDocument.getElementById(id);\r
     }\r
-    id = void 0;\r
     return s;\r
   },\r
 \r