diff options
author | godzilla80@gmx.net <> | 2010-02-20 15:46:42 +0000 |
---|---|---|
committer | godzilla80@gmx.net <> | 2010-02-20 15:46:42 +0000 |
commit | 63e85cd71abec981fde911c7f8a09daa43306ced (patch) | |
tree | 62a04607764c492ac2cba89250f7d2f4184ff539 /HISTORY | |
parent | a1d65f3737980658e9a5dd12165860e35e435941 (diff) |
EHN: Clientside performance (micro)optimization: Declare local javascript variables explicit as local to avoid scope chain lookups
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ ENH: Modify TDbTableInfo::getColumnNames() to store result in private class memb ENH: Issue#215 - Add ClientSide property to TDropContainer (googlenew at pcforum.hu, Christophe) ENH: Issue#222 - Add Columns property to TInPlaceTextBox (Christophe) CHG: Issue#218 - Change URL of Javascript Logger (Christophe) +EHN: Clientside performance (micro)optimization: Declare local javascript variables explicit as local to avoid scope chain lookups (Yves) Version 3.1.6 July 22, 2009 BUG: Issue#98 - Missing file in quickstart demo (Chrisotphe) |