You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by do...@cocoon.apache.org on 2004/08/09 10:27:36 UTC

[Cocoon Wiki] Updated: RhinoWithContinuations

   Date: 2004-08-09T01:27:36
   Editor: UpayaVira <uv...@upaya.co.uk>
   Wiki: Cocoon Wiki
   Page: RhinoWithContinuations
   URL: http://wiki.apache.org/cocoon/RhinoWithContinuations

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -44,7 +44,7 @@
 === Continuations ===
 
 Rhino now supports first-class continuations. In Rhino a continuation is a
-=== JavaScript object that represents a snapshot of the state of an executing ===
+JavaScript object that represents a snapshot of the state of an executing
 Rhino script -- i.e the current call-stack -- including each call-frame's
 program counter and local variables.