Skip to content

Commit 83385cb

Browse files
committed
fix typo
1 parent b74ffbe commit 83385cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CommentManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ var CommentManager = (function() {
269269
try {
270270
this._listeners[event][i](data);
271271
} catch (e) {
272-
console.err(e.stack);
272+
console.error(e.stack);
273273
}
274274
}
275275
}

0 commit comments

Comments
 (0)