[refactor][xs]: rename DataGrid to Grid for simplicity and consistency with file name.

This commit is contained in:
Rufus Pollock
2012-04-15 16:35:33 +01:00
parent 8097bd4791
commit 39a6c1eb74
5 changed files with 18 additions and 18 deletions

View File

@@ -51,7 +51,7 @@ function standardViews(dataset) {
{
id: 'grid',
label: 'Grid',
view: new recline.View.DataGrid({
view: new recline.View.Grid({
model: dataset
})
},