### Eclipse Workspace Patch 1.0
#P dojo1_1
Index: src/blocks/forms/resources/org/apache/cocoon/forms/resources/js/common.js
===================================================================
--- src/blocks/forms/resources/org/apache/cocoon/forms/resources/js/common.js	(revision 708533)
+++ src/blocks/forms/resources/org/apache/cocoon/forms/resources/js/common.js	(working copy)
@@ -46,7 +46,7 @@
         element = element.parentNode;
     }
     return element;
-}
+};

 /**
  * Submits a form.
@@ -81,7 +81,7 @@
             cocoon.forms.fullPageSubmit(form, name, params);
         //}
     }
-}
+};

 /**
  * Internal function
@@ -106,7 +106,7 @@
         }
         form.submit();
     }
-}
+};

 /**
  * onLoad Handlers
@@ -125,7 +125,7 @@
     if (handler && typeof(handler.forms_onload) === "function") {
         cocoon.forms.onLoadHandlers.push(handler);
     }
-}
+};

 /**
  * call the onLoad Handlers (typically this function is passed to dojo.addOnLoad)
@@ -138,7 +138,7 @@
     }
     // Reset it (we do not need them anymore)
     cocoon.forms.onLoadHandlers = new Array();
-}
+};

 /**
  * onSubmit Handlers
@@ -171,7 +171,7 @@
             }
         }
     }
-}
+};

 /**
  * call the onSubmit Handlers
@@ -204,7 +204,7 @@
     // TODO: if AjaxForm were to start calling submit handlers, this would need to change
     //cocoon.forms.onSubmitHandlers[id] = null;
     return true;
-}
+};


 /**
@@ -230,8 +230,8 @@
         "l10n-integer":  {places: 0, min: -2147483648, max: 2147483647}, // FormattingIntegerConverter
         "l10n-long":     {places: 0, min:-9223372036854775808, max: 9223372036854775807}, // FormattingLongConverter
         "l10n-number":   {type: "decimal"}, // FormattingDecimalConverter, FormattingFloatConverter, FormattingDoubleConverter
-        "l10n-percent":  {type: "percent"}, // FormattingDecimalConverter - percent variant
+        "l10n-percent":  {type: "percent"} // FormattingDecimalConverter - percent variant

     }

-}
+};
