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
/
widgets
/
layout
/
AbsoluteLayout.js
diff --git
a/src/widgets/layout/AbsoluteLayout.js
b/src/widgets/layout/AbsoluteLayout.js
index
a0b95d7
..
5d71b6a
100644
(file)
--- a/
src/widgets/layout/AbsoluteLayout.js
+++ b/
src/widgets/layout/AbsoluteLayout.js
@@
-1,8
+1,8
@@
/*!
/*!
- * Ext JS Library 3.
1
.1
- * Copyright(c) 2006-2010
Ext JS, LLC
- * 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.layout.AbsoluteLayout
*/
/**
* @class Ext.layout.AbsoluteLayout
@@
-57,7
+57,7
@@
Ext.layout.AbsoluteLayout = Ext.extend(Ext.layout.AnchorLayout, {
extraCls: 'x-abs-layout-item',
extraCls: 'x-abs-layout-item',
- type: 'a
nchor
',
+ type: 'a
bsolute
',
onLayout : function(ct, target){
target.position();
onLayout : function(ct, target){
target.position();