ARE: properly closed a couple of more statements.

This commit is contained in:
antisnatchor
2013-01-02 18:37:26 +01:00
parent b6b968a7a0
commit 1cd83663aa

View File

@@ -50,7 +50,7 @@ function generate_form_input_field(form, input, value, disabled, zombie) {
input_field = new Ext.form.Hidden(input_def); input_field = new Ext.form.Hidden(input_def);
break; break;
case 'label': case 'label':
input_def['fieldLabel'] = '' input_def['fieldLabel'] = '';
input_def['html'] = input['html']; input_def['html'] = input['html'];
input_field = new Ext.form.Label(input_def); input_field = new Ext.form.Label(input_def);
break; break;
@@ -161,7 +161,7 @@ function process_module_opts(mod){
var label='ui_label'; var label='ui_label';
var type = 'type'; var type = 'type';
var type_val; var type_val;
var label_val var label_val;
var value; var value;
var type; var type;
var key = value = label = type_val = ""; var key = value = label = type_val = "";