From: Tay R. C. <rc...@us...> - 2005-07-26 11:37:32
|
Update of /cvsroot/actionstep/actionstep/src/org/actionstep In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1881/actionstep/org/actionstep Modified Files: ASAlertPanel.as Log Message: added "this" to arguments for callback in - __modal Index: ASAlertPanel.as =================================================================== RCS file: /cvsroot/actionstep/actionstep/src/org/actionstep/ASAlertPanel.as,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** ASAlertPanel.as 26 Jul 2005 11:36:49 -0000 1.16 --- ASAlertPanel.as 26 Jul 2005 11:37:20 -0000 1.17 *************** *** 264,268 **** private function __modal(res) { var x = m_callback, y=m_selector; ! x[y].call(x, res); } --- 264,268 ---- private function __modal(res) { var x = m_callback, y=m_selector; ! x[y].call(x, res, this); } |