git.ithinksw.org
/
extjs.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Upgrade to ExtJS 3.3.1 - Released 11/30/2010
[extjs.git]
/
docs
/
source
/
Loader.html
diff --git
a/docs/source/Loader.html
b/docs/source/Loader.html
index
d935c1a
..
487b924
100644
(file)
--- a/
docs/source/Loader.html
+++ b/
docs/source/Loader.html
@@
-7,10
+7,10
@@
</head>
<body onload="prettyPrint();">
<pre class="prettyprint lang-js">/*!
</head>
<body onload="prettyPrint();">
<pre class="prettyprint lang-js">/*!
- * Ext JS Library 3.
2
.1
- * Copyright(c) 2006-2010
Ext JS,
Inc.
- * licensing@
extjs
.com
- * http://www.
extjs
.com/license
+ * Ext JS Library 3.
3
.1
+ * Copyright(c) 2006-2010
Sencha
Inc.
+ * licensing@
sencha
.com
+ * http://www.
sencha
.com/license
*/
<div id="cls-Ext.Loader"></div>/**
* @class Ext.Loader
*/
<div id="cls-Ext.Loader"></div>/**
* @class Ext.Loader
@@
-87,7
+87,7
@@
Ext.Loader = Ext.apply({}, {
script.type = "text/javascript";
script.src = filename;
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
<script>
loads, so we need to check for it here
if (script.readyState) {
script.onreadystatechange = function() {
if (script.readyState == "loaded" || script.readyState == "complete") {
if (script.readyState) {
script.onreadystatechange = function() {
if (script.readyState == "loaded" || script.readyState == "complete") {
@@
-101,6
+101,7
@@
Ext.Loader = Ext.apply({}, {
return script;
}
return script;
}
-});</pre>
+});
+</pre>
</body>
</html>
\ No newline at end of file
</body>
</html>
\ No newline at end of file