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