Skip to content

Commit 5c7b2e5

Browse files
committed
Fix comment
1 parent 17f48a3 commit 5c7b2e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
args.unshift("Simple Analytics:");
8989

9090
// 3. Pass along arguments to console.warn
91-
// Function.prototype.bind.call is needed for Internet Explorer
91+
// Function.prototype.apply.call is needed for Internet Explorer
9292
return Function.prototype.apply.call(con.warn, con, args);
9393
};
9494

0 commit comments

Comments
 (0)