Using OpenLayers.Console if window.console is unavailable.

This commit is contained in:
ahocevar
2012-03-13 11:38:45 +01:00
parent 7833077039
commit da3a07fbde
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
}
</style>
<script src="../lib/OpenLayers.js"></script>
<script>OpenLayers.Console = window.console;</script>
<script>OpenLayers.Console = window.console || OpenLayers.Console;</script>
<script src="offline-storage.js"></script>
</head>
<body onload="init()">