This website requires JavaScript.
Explore
Help
Sign In
ashatora
/
openlayers
Watch
1
Star
0
Fork
0
You've already forked openlayers
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
ef0a4697a4e460df56f99732022a8705ccd672d7
openlayers
/
tests
/
Control
History
Tim Schaub
cc1b0269c9
#823
New class style. Instead of OldStyle = Class.create(); OldStyle.prototype = Class.inherit(Parent, prototype), we now use NewStyle = OpenLayers.Class(Parent, prototype). New style classes allow for backwards compatibility [you can use OldStyle = Class.create(); Class.inherit(NewStyle, prototype)]. The Class.create and Class.inherit functions are deprecated. Backwards compatibility will be removed at 3.0. Thanks Erik for the careful review.
...
git-svn-id:
http://svn.openlayers.org/trunk/openlayers@3767
dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2007-07-16 20:25:11 +00:00
..
test_DragPan.html
Add basic DragPan test.
2007-06-29 12:49:39 +00:00
test_KeyboardDefaults.html
Commit patch for
#788
, "Control displayClass is not correct if CLASS_NAME
2007-06-29 09:54:20 +00:00
test_LayerSwitcher.html
Commit patch for
#788
, "Control displayClass is not correct if CLASS_NAME
2007-06-29 09:54:20 +00:00
test_MouseToolbar.html
Merge vector-2.4 branch back to trunk.
2007-03-16 13:23:56 +00:00
test_NavToolbar.html
Commit patch for
#788
, "Control displayClass is not correct if CLASS_NAME
2007-06-29 09:54:20 +00:00
test_OverviewMap.html
Commit patch for
#788
, "Control displayClass is not correct if CLASS_NAME
2007-06-29 09:54:20 +00:00
test_Panel.html
#823
New class style. Instead of OldStyle = Class.create(); OldStyle.prototype = Class.inherit(Parent, prototype), we now use NewStyle = OpenLayers.Class(Parent, prototype). New style classes allow for backwards compatibility [you can use OldStyle = Class.create(); Class.inherit(NewStyle, prototype)]. The Class.create and Class.inherit functions are deprecated. Backwards compatibility will be removed at 3.0. Thanks Erik for the careful review.
2007-07-16 20:25:11 +00:00
test_PanZoom.html
#651
: PanZoom should not block mouseup. Reviewed by tschaub.
2007-07-16 19:07:01 +00:00
test_PanZoomBar.html
Commit patch for
#788
, "Control displayClass is not correct if CLASS_NAME
2007-06-29 09:54:20 +00:00
test_Permalink.html
Commit patch for
#788
, "Control displayClass is not correct if CLASS_NAME
2007-06-29 09:54:20 +00:00
test_Scale.html
Commit patch for
#788
, "Control displayClass is not correct if CLASS_NAME
2007-06-29 09:54:20 +00:00