Return-Path: Delivered-To: apmail-cocoon-cvs-archive@www.apache.org Received: (qmail 58210 invoked from network); 12 Jan 2004 16:47:39 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 12 Jan 2004 16:47:39 -0000 Received: (qmail 4753 invoked by uid 500); 12 Jan 2004 16:47:32 -0000 Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 4688 invoked by uid 500); 12 Jan 2004 16:47:32 -0000 Mailing-List: contact cvs-help@cocoon.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@cocoon.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@cocoon.apache.org Received: (qmail 4676 invoked by uid 500); 12 Jan 2004 16:47:31 -0000 Delivered-To: apmail-cocoon-2.1-cvs@apache.org Received: (qmail 4673 invoked from network); 12 Jan 2004 16:47:31 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 12 Jan 2004 16:47:31 -0000 Received: (qmail 58181 invoked by uid 1672); 12 Jan 2004 16:47:37 -0000 Date: 12 Jan 2004 16:47:37 -0000 Message-ID: <20040112164737.58180.qmail@minotaur.apache.org> From: joerg@apache.org To: cocoon-2.1-cvs@apache.org Subject: cvs commit: cocoon-2.1/src/blocks/woody/samples/flow binding_example.js X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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