[Jspro-cvs] jsPro browser.js,1.1,1.2
Brought to you by:
wigleys
|
From: <gat...@us...> - 2003-09-22 04:53:29
|
Update of /cvsroot/jspro/jsPro
In directory sc8-pr-cvs1:/tmp/cvs-serv26819
Modified Files:
browser.js
Log Message:
QA: small correction
Index: browser.js
===================================================================
RCS file: /cvsroot/jspro/jsPro/browser.js,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** browser.js 17 Sep 2003 08:50:57 -0000 1.1
--- browser.js 22 Sep 2003 04:53:26 -0000 1.2
***************
*** 146,150 ****
if (!(oExpires instanceof Date)) {
! throw vError = new TypeMismatchException('Browser.setCookie', 'Date()', typeof oExpires);
}
--- 146,150 ----
if (!(oExpires instanceof Date)) {
! throw vError = new TypeMismatchException('Browser.setCookie', 'Date', typeof oExpires);
}
|