From 39a6c1eb7461fdde8c201a8d454432aee7569705 Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Sun, 15 Apr 2012 16:35:33 +0100 Subject: [PATCH] [refactor][xs]: rename DataGrid to Grid for simplicity and consistency with file name. --- app/js/app.js | 2 +- index.html | 4 ++-- src/view-grid.js | 14 +++++++------- src/view.js | 6 +++--- test/view-grid.test.js | 10 +++++----- 5 files changed, 18 insertions(+), 18 deletions(-) diff --git a/app/js/app.js b/app/js/app.js index bdf612f9..807b3c63 100755 --- a/app/js/app.js +++ b/app/js/app.js @@ -51,7 +51,7 @@ function standardViews(dataset) { { id: 'grid', label: 'Grid', - view: new recline.View.DataGrid({ + view: new recline.View.Grid({ model: dataset }) }, diff --git a/index.html b/index.html index 7eb729cb..30c80bf8 100644 --- a/index.html +++ b/index.html @@ -251,7 +251,7 @@ also easily write your own). Each view holds a pointer to a Dataset: