ovidiu 02/03/21 15:28:54
Modified: src/scratchpad/schecoon/webapp example.js
Log:
Removed cocoon.load from the top level, as it is known not to work.
Revision Changes Path
1.3 +2 -8 xml-cocoon2/src/scratchpad/schecoon/webapp/example.js
Index: example.js
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/scratchpad/schecoon/webapp/example.js,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- example.js 17 Mar 2002 22:02:54 -0000 1.2
+++ example.js 21 Mar 2002 23:28:54 -0000 1.3
@@ -1,12 +1,6 @@
-var a = 1;
-
-a + 1;
-
-print ("def, cocoon = " + cocoon);
-cocoon.load("example2.js");
-
function myf(a, b)
{
- log.debug("this is a debug test " + a + " b = " + cocoon.interpreter);
+ print ("myf");
+ // log.debug("this is a debug test " + a + " b = " + cocoon.interpreter);
return a + b;
}
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]