Made Events class more generic; the Events constructor now takes a list of supported application event types. Added tests for the Events class.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@61 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Schuyler Erle
2006-05-16 21:48:56 +00:00
parent d4fd4f7803
commit ce6c4acd63
4 changed files with 87 additions and 28 deletions
+1
View File
@@ -2,6 +2,7 @@
<li>test_LatLon.html</li>
<li>test_Pixel.html</li>
<li>test_Bounds.html</li>
<li>test_Events.html</li>
<li>test_Layer.html</li>
<li>test_Control.html</li>
<li>test_Map.html</li>