Update of /cvsroot/jspro/jsPro
In directory sc8-pr-cvs1:/tmp/cvs-serv18739
Modified Files:
string.js
Log Message:
QA: updated some comments for constants
Index: string.js
===================================================================
RCS file: /cvsroot/jspro/jsPro/string.js,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** string.js 14 Sep 2003 09:37:53 -0000 1.16
--- string.js 15 Sep 2003 01:51:03 -0000 1.17
***************
*** 551,555 ****
* (optional)
* @param iSide an integer representing the side(s) of the string to
! * pad (both: 0; left: -1; right: 1) (optional)
* @return a modified string
* @return <code>null</code> if an exception is encountered
--- 551,555 ----
* (optional)
* @param iSide an integer representing the side(s) of the string to
! * pad (left: -1; both: 0; right: 1) (optional)
* @return a modified string
* @return <code>null</code> if an exception is encountered
***************
*** 935,939 ****
* @interface <code>String.trim(iSide)</code>
* @param iSide an integer representing the side(s) of the string to
! * trim whitespace from (both: 0; left: -1; right: 1)
* (optional)
* @return a modified string
--- 935,939 ----
* @interface <code>String.trim(iSide)</code>
* @param iSide an integer representing the side(s) of the string to
! * trim whitespace from (left: -1; both: 0; right: 1)
* (optional)
* @return a modified string
***************
*** 1095,1099 ****
* @param iDocType an integer representing the document type that
* end-of-line terminators conform to (HTML: 0; XHTML: 1;
! * WIN_TEXT: 2; UNIX_TEXT: 3; MAC_TEXT: 4) (optional)
* @param bSplitWords designates whether words should be split during the
* wrap (optional)
--- 1095,1100 ----
* @param iDocType an integer representing the document type that
* end-of-line terminators conform to (HTML: 0; XHTML: 1;
! * Windows text: 2; UNIX text: 3; Macintosh text: 4)
! * (optional)
* @param bSplitWords designates whether words should be split during the
* wrap (optional)
|