Skip to content

Commit

Permalink
fix ccg.log for node-webkit
Browse files Browse the repository at this point in the history
  • Loading branch information
respectTheCode committed Oct 2, 2012
1 parent 43c869c commit f7201be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ccg.prototype.log = function () {
var args = _.values(arguments);
args.unshift("CCG:");

console.log.apply(this, args);
console.log.apply(console, args);
};

// connection management and command queing
Expand Down

0 comments on commit f7201be

Please sign in to comment.