[Jspro-cvs] jsPro string.js,1.18,1.19 README,1.22,1.23
Brought to you by:
wigleys
|
From: <wi...@us...> - 2003-09-19 19:36:18
|
Update of /cvsroot/jspro/jsPro In directory sc8-pr-cvs1:/tmp/cvs-serv10565 Modified Files: string.js README Log Message: fixed a couple of typos Index: string.js =================================================================== RCS file: /cvsroot/jspro/jsPro/string.js,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** string.js 19 Sep 2003 15:44:21 -0000 1.18 --- string.js 19 Sep 2003 15:46:59 -0000 1.19 *************** *** 76,80 **** * the current string * ! * @summary count occurrence of characters * @author Stuart Wigley * @version 1.0, 09/19/03 --- 76,80 ---- * the current string * ! * @summary concatenate * @author Stuart Wigley * @version 1.0, 09/19/03 *************** *** 930,934 **** * Repeats this string a specified number of times. * ! * @summary repeat * @author Stuart Wigley * @author Randolph Fielding --- 930,934 ---- * Repeats this string a specified number of times. * ! * @summary repeat characters * @author Stuart Wigley * @author Randolph Fielding Index: README =================================================================== RCS file: /cvsroot/jspro/jsPro/README,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** README 19 Sep 2003 15:44:43 -0000 1.22 --- README 19 Sep 2003 15:47:00 -0000 1.23 *************** *** 165,169 **** ------------------------------------------------------------------------------- 112. String.prototype.addSlashes(): escape certain characters with backslashes ! 113. String.prototype.cat(): count occurrence of characters 114. String.prototype.compress(): compress to spaces 115. String.prototype.count(): count occurrence of characters --- 165,169 ---- ------------------------------------------------------------------------------- 112. String.prototype.addSlashes(): escape certain characters with backslashes ! 113. String.prototype.cat(): concatenate 114. String.prototype.compress(): compress to spaces 115. String.prototype.count(): count occurrence of characters *************** *** 180,184 **** 126. String.prototype.remove(): delete characters 127. String.prototype.repeat(): repeat ! 128. String.prototype.repeatChars(): repeat 129. String.prototype.reverse(): reverse 130. String.prototype.rot13(): rotate 13 encoding --- 180,184 ---- 126. String.prototype.remove(): delete characters 127. String.prototype.repeat(): repeat ! 128. String.prototype.repeatChars(): repeat characters 129. String.prototype.reverse(): reverse 130. String.prototype.rot13(): rotate 13 encoding *************** *** 200,203 **** ! This file was generated automatically: Fri Sep 19 16:45:36 2003 --- 200,203 ---- ! This file was generated automatically: Fri Sep 19 16:48:38 2003 |