Update of /cvsroot/qooxdoo/qooxdoo/source/script/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6417/source/script/gui
Modified Files:
Tag: renderer
QxFontCache.js QxWidget.js
Log Message:
Removed duplicated semicolons
Index: QxFontCache.js
===================================================================
RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/gui/Attic/QxFontCache.js,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -d -r1.1.2.4 -r1.1.2.5
*** QxFontCache.js 16 Jan 2006 16:11:55 -0000 1.1.2.4
--- QxFontCache.js 16 Jan 2006 18:45:56 -0000 1.1.2.5
***************
*** 58,62 ****
if (typeof propValue.join == QxConst.TYPEOF_FUNCTION)
{
! propKey = propValue.join(QxConst.CORE_SPACE).toLowerCase();;
break;
};
--- 58,62 ----
if (typeof propValue.join == QxConst.TYPEOF_FUNCTION)
{
! propKey = propValue.join(QxConst.CORE_SPACE).toLowerCase();
break;
};
Index: QxWidget.js
===================================================================
RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/gui/Attic/QxWidget.js,v
retrieving revision 1.1.2.46
retrieving revision 1.1.2.47
diff -C2 -d -r1.1.2.46 -r1.1.2.47
*** QxWidget.js 16 Jan 2006 16:11:55 -0000 1.1.2.46
--- QxWidget.js 16 Jan 2006 18:45:56 -0000 1.1.2.47
***************
*** 79,84 ****
this._states[QxWidget.states[vCat][0]] = true;
};
!
!
this._applyInitialAppearance();
};
--- 79,84 ----
this._states[QxWidget.states[vCat][0]] = true;
};
!
!
this._applyInitialAppearance();
};
***************
*** 2653,2657 ****
case QxConst.PROPERTY_BOTTOM:
this._invalidateHasPercentY();
! break;;
};
};
--- 2653,2657 ----
case QxConst.PROPERTY_BOTTOM:
this._invalidateHasPercentY();
! break;
};
};
***************
*** 3031,3035 ****
"anchor" : [ "notanchor", "anchor" ],
"lead" : [ "notlead", "lead" ],
!
"window" : [ "restored", "maximized" ]
};
--- 3031,3035 ----
"anchor" : [ "notanchor", "anchor" ],
"lead" : [ "notlead", "lead" ],
!
"window" : [ "restored", "maximized" ]
};
|