Upgrade to ExtJS 3.3.0 - Released 10/06/2010
[extjs.git] / src / ext-core / src / core / Loader.js
index bc341a2..6fe7dcd 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * 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
@@ -79,7 +79,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") {
@@ -93,4 +93,4 @@ Ext.Loader = Ext.apply({}, {
         
         return script;
     }
-});
\ No newline at end of file
+});