[Qooxdoo-commit] qooxdoo/source/script/core QxObjectCore.js,1.1.2.2,1.1.2.3
Brought to you by:
ecker,
martinwittemann
|
From: Sebastian W. <wp...@us...> - 2006-01-23 17:02:31
|
Update of /cvsroot/qooxdoo/qooxdoo/source/script/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18865/source/script/core Modified Files: Tag: renderer QxObjectCore.js Log Message: Cleaned up 'virtual' mode from QxNativeWindow Index: QxObjectCore.js =================================================================== RCS file: /cvsroot/qooxdoo/qooxdoo/source/script/core/Attic/QxObjectCore.js,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -d -r1.1.2.2 -r1.1.2.3 --- QxObjectCore.js 23 Jan 2006 16:10:07 -0000 1.1.2.2 +++ QxObjectCore.js 23 Jan 2006 17:02:19 -0000 1.1.2.3 @@ -68,4 +68,4 @@ QxObject.DEBUG_MSG_BEFORE = "[HASHCODE:"; QxObject.DEBUG_MSG_AFTER = "]"; QxObject.DEBUG_FUNCERRORPRE = "Failed to execute \""; -QxObject.DEBUG_FUNCERRORPOST = "()\": "; \ No newline at end of file +QxObject.DEBUG_FUNCERRORPOST = "()\": "; |