[Jspro-cvs] jsPro/tests validator.html,1.1,1.2
Brought to you by:
wigleys
|
From: <gat...@us...> - 2003-10-27 07:51:46
|
Update of /cvsroot/jspro/jsPro/tests
In directory sc8-pr-cvs1:/tmp/cvs-serv2530/tests
Modified Files:
validator.html
Log Message:
QA: reordered object declarations for consistency across files
Index: validator.html
===================================================================
RCS file: /cvsroot/jspro/jsPro/tests/validator.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** validator.html 13 Oct 2003 15:31:42 -0000 1.1
--- validator.html 27 Oct 2003 07:48:01 -0000 1.2
***************
*** 33,39 ****
<script type="text/javascript" src="test.js"></script>
<script type="text/javascript">
- var oTest = new Test();
var oDebug = new Debug();
var oValidator = new Validator();
</script>
</head>
--- 33,39 ----
<script type="text/javascript" src="test.js"></script>
<script type="text/javascript">
var oDebug = new Debug();
var oValidator = new Validator();
+ var oTest = new Test();
</script>
</head>
|