From: Tom C. <tom...@us...> - 2005-07-14 19:01:29
|
Update of /cvsroot/actionstep/actionstep/src/org/actionstep In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17161/src/org/actionstep Modified Files: NSDictionary.as Log Message: Hm, I think this was leftover from some previous code... if not, please let me know and I'll revert this checkin Index: NSDictionary.as =================================================================== RCS file: /cvsroot/actionstep/actionstep/src/org/actionstep/NSDictionary.as,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** NSDictionary.as 14 Jul 2005 13:36:51 -0000 1.6 --- NSDictionary.as 14 Jul 2005 19:01:17 -0000 1.7 *************** *** 580,584 **** public static function dictionaryWithObjectsAndKeys():NSDictionary { ! return (new NSDictionary()).initWithObjectsAndKeys.apply(dict, arguments); } } --- 580,584 ---- public static function dictionaryWithObjectsAndKeys():NSDictionary { ! return (new NSDictionary()).initWithObjectsAndKeys.apply(arguments); } } |