Fix bug in backends ducumentation #449
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user