[kupu-checkins] r34261 - kupu/branch/kupu-1.3/common

duncan at codespeak.net duncan at codespeak.net
Mon Nov 6 11:52:21 CET 2006


Author: duncan
Date: Mon Nov  6 11:52:20 2006
New Revision: 34261

Modified:
   kupu/branch/kupu-1.3/common/sarissa.js
Log:
Fix IE6 support.

Modified: kupu/branch/kupu-1.3/common/sarissa.js
==============================================================================
--- kupu/branch/kupu-1.3/common/sarissa.js	(original)
+++ kupu/branch/kupu-1.3/common/sarissa.js	Mon Nov  6 11:52:20 2006
@@ -68,6 +68,8 @@
     // used to store the most recent ProgID available out of the above
     var _SARISSA_DOM_PROGID = "";
     var _SARISSA_XMLHTTP_PROGID = "";
+    var _SARISSA_THREADEDDOM_PROGID = "";
+    var _SARISSA_XSLTEMPLATE_PROGID = "";
     /**
      * Called when the Sarissa_xx.js file is parsed, to pick most recent
      * ProgIDs for IE, then gets destroyed.


More information about the kupu-checkins mailing list