joerg       2004/01/12 08:47:37

  Modified:    src/blocks/woody/samples/flow binding_example.js
  Log:
  woody.js => woody2.js
  consistent type of writing the comments
  
  Revision  Changes    Path
  1.15      +2 -2      
cocoon-2.1/src/blocks/woody/samples/flow/binding_example.js
  
  Index: binding_example.js
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/woody/samples/flow/binding_example.js,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- binding_example.js        6 Nov 2003 22:58:36 -0000       1.14
  +++ binding_example.js        12 Jan 2004 16:47:37 -0000      1.15
  @@ -54,7 +54,7 @@
   
   // the form2 function is not directly called by the sitemap but by
   // a generic "woody" function that instantiates the form based on
  -// parameters passed from the sitemap (see woody.js file)
  +// parameters passed from the sitemap (see above loaded woody2.js file)
   function form2xml(form) {
       // get the documentURI parameter from the sitemap which contains the
       // location of the file to be edited
  @@ -66,7 +66,7 @@
       // bind the document data to the form
       form.load(document);
   
  -    // shows the form to the user until is validated successfully
  +    // show the form to the user until it is validated successfully
       form.showForm("form2-display-pipeline");
   
       // bind the form's data back to the document
  
  
  

Reply via email to