Skip to content

Commit 7dc469c

Browse files
committed
corrected === and the use of ''
1 parent 6b39011 commit 7dc469c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/environment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ if (window.console && console.log) {
5858
console.log.apply(console, arguments);
5959
} else {
6060
var newArgs = JSON.parse(JSON.stringify(args));
61-
if (JSON.stringify(newArgs)=="{}"){
61+
if (JSON.stringify(newArgs)==='{}'){
6262
console.log(args);
6363
} else {
6464
console.log(newArgs);

0 commit comments

Comments
 (0)