[test,bugfix][xs]: addendum fix to rename of label to title in demo in f1e2f7c4ae.

This commit is contained in:
Rufus Pollock
2012-06-06 17:17:24 +01:00
parent aaa72447b2
commit 1a8375ff85
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ var Fixture = {
{id: 'y'}, {id: 'y'},
{id: 'z'}, {id: 'z'},
{id: 'country'}, {id: 'country'},
{id: 'label'}, {id: 'title'},
{id: 'lat'}, {id: 'lat'},
{id: 'lon'} {id: 'lon'}
]; ];

View File

@@ -27,7 +27,7 @@ test('state', function () {
var view = new recline.View.SlickGrid({ var view = new recline.View.SlickGrid({
model: dataset, model: dataset,
state: { state: {
hiddenColumns:['x','lat','label'], hiddenColumns:['x','lat','title'],
columnsOrder:['lon','id','z','date', 'y', 'country'], columnsOrder:['lon','id','z','date', 'y', 'country'],
columnsSort:{column:'country',direction:'desc'}, columnsSort:{column:'country',direction:'desc'},
columnsWidth:[ columnsWidth:[