Skip to content

Commit ca7888c

Browse files
committed
r13
1 parent 5c3a0b1 commit ca7888c

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ var update = function () {
3535
// monitored code goes here
3636

3737
stats.end();
38-
38+
3939
requestAnimationFrame( update );
4040

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

5555
### Change Log ###
5656

57-
2014 08 11 - **r12** (2,310 KB, gzip: 1,087 B)
57+
2015 06 06 - **r13** (2,052 KB, gzip: 964 B)
58+
59+
* Use `performance.now()` when available. (@ribeirobreno)
60+
* Reduced code. (@mrdoob)
61+
62+
63+
2014 08 11 - **r12** (2,310 KB, gzip: 952 B)
5864

5965
* Browserify support. (@Miha-ha)
6066

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stats.js",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"homepage": "https://github.com/mrdoob/stats.js",
55
"description": "JavaScript Performance Monitor",
66
"main": "build/stats.min.js",

build/stats.min.js

+4-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Stats.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ var Stats = function () {
8282

8383
return {
8484

85-
REVISION: 12,
85+
REVISION: 13,
8686

8787
domElement: container,
8888

0 commit comments

Comments
 (0)