[Nice-commit] Nice NEWS,1.10,1.11
Brought to you by:
bonniot
From: <bo...@us...> - 2003-12-23 11:47:05
|
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs1:/tmp/cvs-serv17811 Modified Files: NEWS Log Message: Dispatch on Object. Index: NEWS =================================================================== RCS file: /cvsroot/nice/Nice/NEWS,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** NEWS 17 Dec 2003 16:08:18 -0000 1.10 --- NEWS 23 Dec 2003 11:47:02 -0000 1.11 *************** *** 7,11 **** 'loop(5, () => { doSomeThing(); });' * Bug fixes (checking of local variables in a call position, make it possible ! to use new Object() again, ... ) -- --- 7,12 ---- 'loop(5, () => { doSomeThing(); });' * Bug fixes (checking of local variables in a call position, make it possible ! to use new Object() and dispatch on Object again, ... ) ! -- |