Skip to content

Commit 6b5cba0

Browse files
committed
Merge pull request mrdoob#48 from lmagedanz/master
Added missing semicolon.
2 parents d869e3f + e07cee5 commit 6b5cba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Stats.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ var Stats = function () {
173173

174174
}
175175

176-
}
176+
};
177177

178178
};
179179

0 commit comments

Comments
 (0)