[refactor][s]: rename getRows to getDocuments (thereby removing outstanding TODO).

This commit is contained in:
Rufus Pollock
2012-01-06 12:08:55 +00:00
parent 7a5e2edef8
commit 6d32ac2b27
3 changed files with 26 additions and 20 deletions

View File

@@ -65,7 +65,7 @@ my.DataExplorer = Backbone.View.extend({
self.flotGraph.el.hide();
self.$dataViewContainer.append(self.dataTable.el)
self.$dataViewContainer.append(self.flotGraph.el);
self.model.getRows(self.config.displayCount);
self.model.getDocuments(self.config.displayCount);
});
},