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

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: 'z'},
{id: 'country'},
{id: 'label'},
{id: 'title'},
{id: 'lat'},
{id: 'lon'}
];

View File

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