Upgrade to ExtJS 3.3.0 - Released 10/06/2010
[extjs.git] / docs / source / Loader.html
index 2fa1e6f..c8172ed 100644 (file)
@@ -7,7 +7,7 @@
 </head>
 <body  onload="prettyPrint();">
     <pre class="prettyprint lang-js">/*!
- * Ext JS Library 3.2.2
+ * Ext JS Library 3.3.0
  * Copyright(c) 2006-2010 Ext JS, Inc.
  * licensing@extjs.com
  * http://www.extjs.com/license
@@ -87,7 +87,7 @@ Ext.Loader = Ext.apply({}, {
         script.type = "text/javascript";
         script.src  = filename;
         
-        //IE has a different way of handling <script> loads, so we need to check for it here
+        //IE has a different way of handling &lt;script&gt; loads, so we need to check for it here
         if (script.readyState) {
             script.onreadystatechange = function() {
                 if (script.readyState == "loaded" || script.readyState == "complete") {
@@ -101,6 +101,7 @@ Ext.Loader = Ext.apply({}, {
         
         return script;
     }
-});</pre>    
+});
+</pre>    
 </body>
 </html>
\ No newline at end of file