Comparing version 0.2.13 to 0.2.14
@@ -1029,3 +1029,3 @@ // Generated by CoffeeScript 1.4.0 | ||
PaginatedCollection.prototype.queryParams = function(page) { | ||
return highbrow.querystring.stringify(page ? _.extend(this.query, { | ||
return highbrow.querystring.stringify(page ? _.extend({}, this.query, { | ||
page: page | ||
@@ -1032,0 +1032,0 @@ }) : this.query); |
@@ -1038,3 +1038,3 @@ /* | ||
PaginatedCollection.prototype.queryParams = function(page) { | ||
return highbrow.querystring.stringify(page ? _.extend(this.query, { | ||
return highbrow.querystring.stringify(page ? _.extend({}, this.query, { | ||
page: page | ||
@@ -1041,0 +1041,0 @@ }) : this.query); |
@@ -1039,3 +1039,3 @@ /* | ||
PaginatedCollection.prototype.queryParams = function(page) { | ||
return highbrow.querystring.stringify(page ? _.extend(this.query, { | ||
return highbrow.querystring.stringify(page ? _.extend({}, this.query, { | ||
page: page | ||
@@ -1042,0 +1042,0 @@ }) : this.query); |
{ "name": "highbrow" | ||
, "version": "0.2.13" | ||
, "version": "0.2.14" | ||
, "description": "A Backbone Base Framework" | ||
@@ -4,0 +4,0 @@ , "main": "lib/highbrow.js" |
Sorry, the diff of this file is not supported yet
323850