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:
passbe
2011-01-02 04:30:13 +00:00
parent 0f192aeb52
commit 42e10514d8

View File

@@ -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;
}