Get rid of unneeded alert = print. If your app needs alert messages, deal with

them in your app. (No functional change; makes OpenLayers functional without
jsdom in node.js.)


git-svn-id: http://svn.openlayers.org/trunk/openlayers@12071 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2011-06-08 03:05:02 +00:00
parent 576b210657
commit 9d5ab38fc0

View File

@@ -5,8 +5,6 @@ XMLHttpRequest = function() {
} }
}; };
alert = print;
navigator = { navigator = {
'appName': 'mockdom', 'appName': 'mockdom',
'userAgent': 'mockdom', 'userAgent': 'mockdom',