Open dvv opened 14 years ago
Opera has no console.error, no console at all. So do IE. Any assumption on existing console.error should be removed from the code, or a Transported script will always fail to load.
--Vladimir
better do if(window.console && console.error) console.error('message'); so Firebug, Chrome and Safari will still log the errors.
Jan
Opera has no console.error, no console at all. So do IE. Any assumption on existing console.error should be removed from the code, or a Transported script will always fail to load.
--Vladimir