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
1cf74313ab5b0d685977869ceabc49e7705ce1fa
openlayers
/
tests
/
BaseTypes
History
euzuro
1cf74313ab
allow an uninitialized Bounds object to be functional (and extendable). thanks for the extra docs cr5 (
Closes
#929
)
...
git-svn-id:
http://svn.openlayers.org/trunk/openlayers@4049
dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2007-08-27 13:00:54 +00:00
..
test_Bounds.html
allow an uninitialized Bounds object to be functional (and extendable). thanks for the extra docs cr5 (
Closes
#929
)
2007-08-27 13:00:54 +00:00
test_Class.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_Element.html
0.2 is still not enough of a delay all the time
2007-08-22 20:57:41 +00:00
test_LonLat.html
fix for
#746
- add console.error()s when wrong number of argumetns passed to add()
2007-07-13 15:41:33 +00:00
test_Pixel.html
fix for
#746
- add console.error()s when wrong number of argumetns passed to add()
2007-07-13 15:41:33 +00:00
test_Size.html
Merge vector-2.4 branch back to trunk.
2007-03-16 13:23:56 +00:00