Skip to content

Commit

Permalink
Missing argument
Browse files Browse the repository at this point in the history
  • Loading branch information
fbennett committed Jul 8, 2016
1 parent 5127f6b commit 9e61ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/print.js
@@ -1,7 +1,7 @@
/*global CSL: true */

if ("undefined" === typeof console) {
CSL.debug = function () {
CSL.debug = function (str) {
dump("CSL: " + str + "\n");
};
CSL.error = function (str) {
Expand Down

0 comments on commit 9e61ff9

Please sign in to comment.