From a3b1a3e7e88b82bc4829fc8fdd582193f4e61431 Mon Sep 17 00:00:00 2001 From: aliounedia Date: Thu, 25 Sep 2014 11:12:51 +0200 Subject: [PATCH] Fix bug in backends ducumentation #449 --- _includes/example-backends-online-csv.js | 1 - 1 file changed, 1 deletion(-) diff --git a/_includes/example-backends-online-csv.js b/_includes/example-backends-online-csv.js index dbafd28b..f5f241e5 100644 --- a/_includes/example-backends-online-csv.js +++ b/_includes/example-backends-online-csv.js @@ -11,7 +11,6 @@ var dataset = new recline.Model.Dataset({ // remember this is async so if you want to do something you need to call it in done method e.g. // dataset.fetch.done(function(dataset) { console.log(dataset.recordCount)}); dataset.fetch(); - // show the data for illustrations sake var grid = new recline.View.SlickGrid({ model: dataset,