svnno****@sourc*****
svnno****@sourc*****
2010年 12月 25日 (土) 20:47:34 JST
Revision: 2248
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2248
Author: dhrname
Date: 2010-12-25 20:47:34 +0900 (Sat, 25 Dec 2010)
Log Message:
-----------
バグの修正を取り込んだ
Modified Paths:
--------------
branches/06x/067/org/w3c/dom/svg.js
Property Changed:
----------------
branches/06x/067/org/w3c/dom/svg.js
Modified: branches/06x/067/org/w3c/dom/svg.js
===================================================================
--- branches/06x/067/org/w3c/dom/svg.js 2010-12-25 11:45:20 UTC (rev 2247)
+++ branches/06x/067/org/w3c/dom/svg.js 2010-12-25 11:47:34 UTC (rev 2248)
@@ -960,7 +960,7 @@
xmlhttp.onreadystatechange = function() {
if (xmlhttp.readyState === 4 && xmlhttp.status === 200) {
var type = xmlhttp.getResponseHeader('Content-Type') || "text";
- if (/[text|xml|script]/.test(type)) { //ファイルがtext形式である場合
+ if ((type.indexOf("text") > -1) || (type.indexOf("xml") > -1) || (type.indexOf("script") > -1)) { //ファイルがtext形式である場合
/*responseXMLを使うと、時々、空のデータを返すことがあるため(原因は不明)、
*ここでは、responseTextを用いる
*/
Property changes on: branches/06x/067/org/w3c/dom/svg.js
___________________________________________________________________
Modified: svn:mergeinfo
- /branches/06x/061/org/w3c/dom/svg.js:1864-2067
/branches/06x/062/org/w3c/dom/svg.js:2071-2106
/branches/06x/063/org/w3c/dom/svg.js:2110-2146
/branches/06x/064/org/w3c/dom/svg.js:2149-2177
/branches/06x/065/org/w3c/dom/svg.js:2179-2209
/branches/06x/066/org/w3c/dom/svg.js:2211-2239
/branches/ufltima/dom/svg.js:1621-1856
+ /branches/06x/061/org/w3c/dom/svg.js:1864-2067
/branches/06x/062/org/w3c/dom/svg.js:2071-2106
/branches/06x/063/org/w3c/dom/svg.js:2110-2146
/branches/06x/064/org/w3c/dom/svg.js:2149-2177
/branches/06x/065/org/w3c/dom/svg.js:2179-2209
/branches/06x/066/org/w3c/dom/svg.js:2211-2239
/branches/06x/org/w3c/dom/svg.js:2241-2247
/branches/ufltima/dom/svg.js:1621-1856