[Jspro-cvs] jsPro array.js,1.24,1.25
Brought to you by:
wigleys
|
From: <gat...@us...> - 2003-09-17 08:43:34
|
Update of /cvsroot/jspro/jsPro
In directory sc8-pr-cvs1:/tmp/cvs-serv27294
Modified Files:
array.js
Log Message:
QA: removed an unneeded variable from Array.changeKeyCase()
Index: array.js
===================================================================
RCS file: /cvsroot/jspro/jsPro/array.js,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** array.js 15 Sep 2003 03:26:23 -0000 1.24
--- array.js 17 Sep 2003 08:43:30 -0000 1.25
***************
*** 46,50 ****
var vError = null;
- var iArrayLength = this.length;
var iNumArguments = arguments.length;
--- 46,49 ----
|