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.1.1 - Released 02/08/2010
[extjs.git]
/
docs
/
source
/
Viewport.html
diff --git
a/docs/source/Viewport.html
b/docs/source/Viewport.html
index
bb7c1eb
..
5019a17
100644
(file)
--- a/
docs/source/Viewport.html
+++ b/
docs/source/Viewport.html
@@
-121,7
+121,7
@@
Ext.Viewport = Ext.extend(Ext.Container, {
},
\r
\r
fireResize : function(w, h){
\r
- this.
onResize(
w, h, w, h);
\r
+ this.
fireEvent('resize', this,
w, h, w, h);
\r
}
\r
});
\r
Ext.reg('viewport', Ext.Viewport);
\r