[#168,docs/backend][m]: major extension to backend tutorial to give examples of most backends.

This commit is contained in:
Rufus Pollock
2012-07-08 20:52:55 +01:00
parent 4e69026881
commit 3e2fbed5c2
7 changed files with 187 additions and 10 deletions

View File

@@ -15,7 +15,7 @@ $('#my-gdocs').append(grid.el);
// Now do the query to the backend to load data
dataset.fetch().done(function(dataset) {
if (console) {
console.log(dataset.currentDocuments);
console.log(dataset.records);
}
});