Corrected rouge comma that will play havoc with IE
git-svn-id: https://beef.googlecode.com/svn/trunk@654 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
@@ -74,7 +74,7 @@ function genExploitFormControl(form, input, value, disabled, zombie, sb) {
|
||||
case 'arraystore':
|
||||
field['store'] = new Ext.data.ArrayStore( {
|
||||
fields: input['store_fields'],
|
||||
data: input['store_data'],
|
||||
data: input['store_data']
|
||||
});
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user