Skip to content

Commit 07ba9e6

Browse files
committed
r12
1 parent 3dcb112 commit 07ba9e6

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ Albeit theorically not as accurate the widget can also be easily inserted to **a
4848

4949
### Change Log ###
5050

51+
2014 08 11 - **r12** (2,310 KB, gzip: 1,087 B)
52+
53+
* Browserify support. (@Miha-ha)
54+
55+
5156
2012 09 01 - **r11** (2,243 KB, gzip: 903 B)
5257

5358
* Renamed `build/Stats.js` to `build/stats.min.js`.

build/stats.min.js

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

src/Stats.js

+5-3
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ var Stats = function () {
142142

143143
};
144144

145-
if (typeof module === "object") {
146-
module.exports = Stats;
147-
}
145+
if ( typeof module === 'object' ) {
146+
147+
module.exports = Stats;
148+
149+
}

0 commit comments

Comments
 (0)