mirror of
https://github.com/apache/lucene.git
synced 2025-03-08 09:46:44 +00:00
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(){}
|
|
};
|
|
} |