Roo/form/Action.js
authorAlan Knowles <alan@roojs.com>
Mon, 10 Feb 2014 02:30:43 +0000 (10:30 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 10 Feb 2014 02:30:43 +0000 (10:30 +0800)
Roo/form/Action.js

index ab6f993..b7ea9e7 100644 (file)
@@ -16,6 +16,8 @@
  * @param {Roo.form.BasicForm} el The form element or its id
  * @param {Object} config Configuration options
  */
+
+Roo.namespace('Roo.form');
  
  
 // define the action interface
@@ -32,7 +34,7 @@ Roo.form.Action.CLIENT_INVALID = 'client';
  * Server Validation Failed
  * @const 
  */
- Roo.form.Action.SERVER_INVALID = 'server';
+Roo.form.Action.SERVER_INVALID = 'server';
  /**
  * Connect to Server Failed
  * @const