JS objects + trailing commas = sad IE

This commit is contained in:
George Stephanis 2015-08-10 16:02:32 -04:00
parent d7b9c2cbe7
commit b16d0f7673
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@
}
} ),
WCTaxTableModelInstance = new WCTaxTableModelConstructor({
rates : data.rates,
rates : data.rates
} ),
WCTaxTableInstance = new WCTaxTableViewConstructor({
model : WCTaxTableModelInstance,