Mercurial > hg > STI-GWT
view war/scripts/OpenLayers/lib/Firebug/firebugx.js @ 79:14cacff35e8d trimmed_data
"hide" the table view if it has no content
author | Sebastian Kruse <skruse@mpiwg-berlin.mpg.de> |
---|---|
date | Wed, 16 Jan 2013 18:14:55 +0100 |
parents | cf06b77a8bbd |
children |
line wrap: on
line source
if (!window.console || !console.firebug) { var names = ["log", "debug", "info", "warn", "error", "assert", "dir", "dirxml", "group", "groupEnd", "time", "timeEnd", "count", "trace", "profile", "profileEnd"]; window.console = {}; for (var i = 0; i < names.length; ++i) window.console[names[i]] = function() {} }