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]
/
src
/
core
/
Element.style-more.js
diff --git
a/src/core/Element.style-more.js
b/src/core/Element.style-more.js
index
8a8aa37
..
3de1b61
100644
(file)
--- a/
src/core/Element.style-more.js
+++ b/
src/core/Element.style-more.js
@@
-1,8
+1,8
@@
/*!
/*!
- * Ext JS Library 3.
2.2
- * 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
*/
/**
* @class Ext.Element
*/
/**
* @class Ext.Element
@@
-255,7
+255,7
@@
Ext.Element.addMethods(function(){
return {
width : d.clientWidth,
height : d.clientHeight
return {
width : d.clientWidth,
height : d.clientHeight
- }
+ }
;
}
},
}
},
@@
-282,7
+282,7
@@
Ext.Element.addMethods(function(){
return {
width : extdom.getViewWidth(),
height : extdom.getViewHeight()
return {
width : extdom.getViewWidth(),
height : extdom.getViewHeight()
- }
+ }
;
}
// Use Styles if they are set
if(s.width && s.width != 'auto'){
}
// Use Styles if they are set
if(s.width && s.width != 'auto'){