From: dhrname Date: Fri, 27 Nov 2015 13:41:46 +0000 (+0900) Subject: Modify the recursive problem about a setFrame method X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f4105241b469578e813d9b7ede7775580dab16d7;p=sie%2Fsie.git Modify the recursive problem about a setFrame method --- diff --git a/org/w3c/dom/smil.js b/org/w3c/dom/smil.js index 39d1061..144f65c 100644 --- a/org/w3c/dom/smil.js +++ b/org/w3c/dom/smil.js @@ -1428,7 +1428,7 @@ if (!document.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#Anim frame++; try { $f.setFrame(frame); - } catch(e) {console.log(e.message); + } catch(e) { } _cancel.handle = requestAnimationFrame(step); };