From d595f310dfdfd1aaaa96a0d41f3d6dc2441fe2ed Mon Sep 17 00:00:00 2001 From: dhrname Date: Wed, 6 Jun 2012 22:36:44 +0900 Subject: [PATCH] =?utf8?q?=E3=82=A2=E3=83=8B=E3=83=A1=E3=83=BC=E3=82=B7?= =?utf8?q?=E3=83=A7=E3=83=B3=E9=96=A2=E9=80=A3=E3=81=AE=E8=A6=81=E7=B4=A0?= =?utf8?q?=E3=82=92=E4=BD=BF=E3=81=A3=E3=81=9F=E3=81=A8=E3=81=8D=E3=81=AE?= =?utf8?q?=E5=AE=89=E5=AE=9A=E6=80=A7=E3=82=92=E5=90=91=E4=B8=8A=E3=81=95?= =?utf8?q?=E3=81=9B=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- org/w3c/dom/svg.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/org/w3c/dom/svg.js b/org/w3c/dom/svg.js index 18a2c70..4ceeb03 100644 --- a/org/w3c/dom/svg.js +++ b/org/w3c/dom/svg.js @@ -5711,7 +5711,7 @@ NAIBU.Time = { screen.updateInterval = 42; } NAIBU.stop = setInterval( (function() { -/* try{*/ + try { var ntc = NAIBU.Time.currentFrame, nc = NAIBU.Clip, s = ntc * 100; //フレーム数ntcをミリ秒数sに変換 (100 = 125 * 0.8) @@ -5756,9 +5756,8 @@ NAIBU.Time = { } ++NAIBU.Time.currentFrame; ntc = nc = s = nci = s1 = s2 = void 0; -/* } catch (e) { - stlog.add(e, 4157); - }*/ + } catch (e) { + }    }),     1    ); -- 2.11.0