r1861 - trunk/kupu

[email protected] Thu, 13 May 2010 17:46:47 +0200 (CEST)
Newsgroups gmane.editors.bitflux.cvs
Message-ID <[email protected]>
Author: gassi
Date: Thu May 13 17:46:47 2010
New Revision: 1861
URL: http://fisheye.liip.ch/changelog/BXE/?cs=1861

Log:


Modified:
   trunk/kupu/sarissa.js

Modified: trunk/kupu/sarissa.js
==============================================================================
--- trunk/kupu/sarissa.js	(original)
+++ trunk/kupu/sarissa.js	Thu May 13 17:46:47 2010
@@ -64,7 +64,7 @@
 	*/
 	function _sarissa_setReadyState(oDoc, iReadyState) 
 	{
-		oDoc.readyState = iReadyState;
+		//Doc.readyState = iReadyState;
 		if (oDoc.onreadystatechange != null && typeof oDoc.onreadystatechange == "function")
 			oDoc.onreadystatechange();
 	};
@@ -178,7 +178,7 @@
 	* <li>3 == INTERACTIVE,</li> 
 	* <li>4 == COMPLETED</li></ul>
 	*/
-	XMLDocument.prototype.readyState = 0;
+	// XMLDocument.prototype.readyState = 0;
 	// NOTE: setting async to false will only work with documents 
 	// called over HTTP (meaning a server), not the local file system,
 	// unless you are using Moz 1.4+.
-- 
Bx-editor-cvs mailing list
[email protected]
http://lists.bitflux.ch/cgi-bin/listinfo/bx-editor-cvs