Skip to content

Commit

Permalink
r13
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Jun 6, 2015
1 parent 5c3a0b1 commit ca7888c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var update = function () {
// monitored code goes here

stats.end();

requestAnimationFrame( update );

};
Expand All @@ -54,7 +54,13 @@ javascript:(function(){var script=document.createElement('script');script.onload

### Change Log ###

2014 08 11 - **r12** (2,310 KB, gzip: 1,087 B)
2015 06 06 - **r13** (2,052 KB, gzip: 964 B)

* Use `performance.now()` when available. (@ribeirobreno)
* Reduced code. (@mrdoob)


2014 08 11 - **r12** (2,310 KB, gzip: 952 B)

* Browserify support. (@Miha-ha)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stats.js",
"version": "0.0.12",
"version": "0.0.13",
"homepage": "https://github.com/mrdoob/stats.js",
"description": "JavaScript Performance Monitor",
"main": "build/stats.min.js",
Expand Down
9 changes: 4 additions & 5 deletions build/stats.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ var Stats = function () {

return {

REVISION: 12,
REVISION: 13,

domElement: container,

Expand Down

0 comments on commit ca7888c

Please sign in to comment.