OSDN Git Service

Modify the recursive problem about a setFrame method
authordhrname <dhrname@users.sourceforge.jp>
Fri, 27 Nov 2015 13:41:46 +0000 (22:41 +0900)
committerdhrname <dhrname@users.sourceforge.jp>
Fri, 27 Nov 2015 13:41:46 +0000 (22:41 +0900)
org/w3c/dom/smil.js

index 39d1061..144f65c 100644 (file)
@@ -1428,7 +1428,7 @@ if (!document.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#Anim
         frame++;\r
         try {\r
           $f.setFrame(frame);\r
-        } catch(e) {console.log(e.message);\r
+        } catch(e) {\r
         }\r
         _cancel.handle = requestAnimationFrame(step);\r
       };\r