Skip to content

Commit

Permalink
r12
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Aug 12, 2014
1 parent 3dcb112 commit 07ba9e6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ Albeit theorically not as accurate the widget can also be easily inserted to **a

### Change Log ###

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

* Browserify support. (@Miha-ha)


2012 09 01 - **r11** (2,243 KB, gzip: 903 B)

* Renamed `build/Stats.js` to `build/stats.min.js`.
Expand Down
2 changes: 1 addition & 1 deletion build/stats.min.js

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

8 changes: 5 additions & 3 deletions src/Stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ var Stats = function () {

};

if (typeof module === "object") {
module.exports = Stats;
}
if ( typeof module === 'object' ) {

module.exports = Stats;

}

0 comments on commit 07ba9e6

Please sign in to comment.