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

index b7ea9e7..c388f89 100644 (file)
@@ -8,7 +8,9 @@
  * Fork - LGPL
  * <script type="text/javascript">
  */
+
+// as we use this in bootstrap.
+Roo.namespace('Roo.form');
  /**
  * @class Roo.form.Action
  * Internal Class used to handle form actions
@@ -17,7 +19,6 @@
  * @param {Object} config Configuration options
  */
 
-Roo.namespace('Roo.form');
  
  
 // define the action interface