[OpenLayers-Commits] r12071 - trunk/openlayers/tests/node.js
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Tue Jun 7 23:05:04 EDT 2011
Author: crschmidt
Date: 2011-06-07 20:05:02 -0700 (Tue, 07 Jun 2011)
New Revision: 12071
Modified:
trunk/openlayers/tests/node.js/mockdom.js
Log:
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.)
Modified: trunk/openlayers/tests/node.js/mockdom.js
===================================================================
--- trunk/openlayers/tests/node.js/mockdom.js 2011-06-07 23:49:35 UTC (rev 12070)
+++ trunk/openlayers/tests/node.js/mockdom.js 2011-06-08 03:05:02 UTC (rev 12071)
@@ -5,8 +5,6 @@
}
};
-alert = print;
-
navigator = {
'appName': 'mockdom',
'userAgent': 'mockdom',
More information about the Commits
mailing list