[#34,query][s]: rename offset to from on query object.

* More natural in fact and we may as well go whole hog with ES structure.
This commit is contained in:
Rufus Pollock
2012-02-27 20:54:02 +00:00
parent b4c729b7bb
commit bd6123403e
5 changed files with 12 additions and 12 deletions

View File

@@ -116,7 +116,7 @@ my.FieldList = Backbone.Collection.extend({
my.Query = Backbone.Model.extend({
defaults: {
size: 100
, offset: 0
, from: 0
}
});