Commit f75aa593 authored by Aaron Tidwell's avatar Aaron Tidwell

add cache busting

parent 97bd0127
......@@ -111,7 +111,7 @@ Client.prototype.makeRequest = function(obj) {
// Add on the api key
obj.api_key = this.options.get('apiKey'); //convert for url
obj.cache_bust = Math.random()
//serialize the properties
var serialized = serializeProperties(obj);
var compiledParams = serialized.serialized;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment