Capitalization change in comments for consistency

This commit is contained in:
Alex Jeng
2014-09-23 11:59:30 -07:00
parent 3133af2a21
commit 4aab967796
+1 -1
View File
@@ -209,7 +209,7 @@ export var logger = {
ERROR: 3,
level: 3,
// can be overridden in the host environment
// Can be overridden in the host environment
log: function(level, message) {
if (logger.level <= level) {
var method = logger.methodMap[level];