mirror of https://github.com/apache/lucene.git
10 lines
219 B
JavaScript
10 lines
219 B
JavaScript
|
if( 'undefined' === typeof( console ) )
|
||
|
{
|
||
|
var console = {
|
||
|
log : function() {},
|
||
|
debug : function() {},
|
||
|
dump : function() {},
|
||
|
error : function() {},
|
||
|
warn : function(){}
|
||
|
};
|
||
|
}
|