Fix bug in backends ducumentation #449

This commit is contained in:
aliounedia 2014-09-25 11:12:51 +02:00
parent 2d709cbc39
commit a3b1a3e7e8

View File

@ -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,