Pman.Dialog.Companies.js
authorAlan Knowles <alan@roojs.com>
Wed, 12 Sep 2012 08:42:52 +0000 (16:42 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 12 Sep 2012 08:42:52 +0000 (16:42 +0800)
Pman.Dialog.Companies.js

index 831fbc3..cc9dbde 100644 (file)
@@ -1,5 +1,5 @@
-//<script type="text/javascript">
 
+/*
 
 Pman.Dialog.Companies =   new Roo.util.Observable({
     
@@ -9,9 +9,9 @@ Pman.Dialog.Companies =   new Roo.util.Observable({
     }
 
 });
-//<script type="text/javascript">
-/*
 
+
+*/
 Pman.Dialog.Companies =   new Roo.util.Observable({
     events : {
         'beforerender' : true, // trigger so we can add modules later..
@@ -386,7 +386,7 @@ Pman.Dialog.Companies =   new Roo.util.Observable({
    },
    c_background_color : function() {
        return {
-                   xtype: 'ColorField',
+                xtype: 'ColorField',
                name : 'background_color',
                fieldLabel: "Background Colour"
        }
@@ -496,4 +496,3 @@ Pman.Dialog.Companies =   new Roo.util.Observable({
    }
          
 });
-*/
\ No newline at end of file