Fix tileMonitoringHooks test: faked-out tile was missing an unload method.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@6501 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2008-03-12 16:04:23 +00:00
parent ae5ec139b9
commit 0768fa4d27

View File

@@ -496,6 +496,7 @@
var tile = {
onLoadStart: {},
onLoadEnd: {},
unload: function() {},
events: {
unregister: function(name, obj, func) {
g_unregistered[name] = [obj, func];