svnno****@sourc*****
svnno****@sourc*****
2009年 5月 9日 (土) 22:49:44 JST
Revision: 1148
http://svn.sourceforge.jp/view?root=sie&view=rev&rev=1148
Author: dhrname
Date: 2009-05-09 22:49:44 +0900 (Sat, 09 May 2009)
Log Message:
-----------
STObject.nextの呼び出しのポイントを変えた
Modified Paths:
--------------
branches/04x/047/sie.js
Modified: branches/04x/047/sie.js
===================================================================
--- branches/04x/047/sie.js 2009-05-09 13:40:50 UTC (rev 1147)
+++ branches/04x/047/sie.js 2009-05-09 13:49:44 UTC (rev 1148)
@@ -1934,7 +1934,6 @@
STdocument = regw = regh = null;
NAIBU.PaintColor.prototype.cache = {}; //キャッシュの初期化
alert((new Date()).getTime() - dnd.getTime());
- if (NAIBU.STObject !== void 0) {NAIBU.STObject.next();}
}
}
@@ -1948,8 +1947,9 @@
xmlhttp.setRequestHeader("X-Requested-With", "XMLHttpRequest");
xmlhttp.onreadystatechange = function() {
if (xmlhttp.readyState === 4 && xmlhttp.status === 200) {
-fn({success:true,content:xmlhttp.responseText,obj:ob,num:n});
+ fn({success:true,content:xmlhttp.responseText,obj:ob,num:n});
xmlhttp = null;
+ if (NAIBU.STObject !== void 0) {NAIBU.STObject.next();}
}
}
xmlhttp.send(null);