Fix minor bug in ve.log

This commit is contained in:
Inez Korczynski 2012-06-18 14:48:42 -07:00
parent 70b8c92660
commit 81375698a2

View file

@ -8,7 +8,7 @@
* @param {Mixed} [...] Data to log
*/
ve.log = window.console && window.ve.log ?
Function.prototype.bind.call( ve.log, console ) : ve.log;
Function.prototype.bind.call( console.log, console ) : ve.log;
/**
* Logs an object to the console.