Skip to content

Commit 536bc52

Browse files
authored
Merge pull request #93 from lynxerzhang/master
fix typo
2 parents b74ffbe + 83385cb commit 536bc52

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)