Skip to content

Commit

Permalink
Regenerated
Browse files Browse the repository at this point in the history
  • Loading branch information
paddybyers committed May 21, 2015
1 parent 8e0869c commit a326352
Show file tree
Hide file tree
Showing 4 changed files with 182 additions and 180 deletions.
1 change: 1 addition & 0 deletions browser/static/ably.js
Original file line number Diff line number Diff line change
Expand Up @@ -4786,6 +4786,7 @@ var Stats = (function() {
this.apiRequests = new RequestCount(values && values.apiRequests);
this.tokenRequests = new RequestCount(values && values.tokenRequests);
this.inProgress = (values && values.inProgress) || undefined;
this.unit = (values && values.unit) || undefined;
this.intervalId = (values && values.intervalId) || undefined;
}

Expand Down
Loading

0 comments on commit a326352

Please sign in to comment.