Misc test suite fixes for IE8. Fixes #323.

This commit is contained in:
Dan Wilson
2013-05-14 18:45:43 +01:00
parent 28052c2717
commit b2c5c7f0e0
2 changed files with 11 additions and 9 deletions

View File

@@ -279,7 +279,7 @@ test('_normalizeRecordsAndFields', function () {
fields: [{id: 'col1'}, {id: 'col2'}],
records: [
{col1: 1, col2: 2},
{col1: 3, col2: 4},
{col1: 3, col2: 4}
]
},
exp: {