[OpenLayers-Dev] Re: Strange behaviour in OpenLayers
Xavier Mamano (jorix)
xavier.mamano at gmail.com
Thu Dec 9 14:20:13 EST 2010
Ups! bad copy and paste.
is not:
b.f(); // Alert "B from A"
var c = new C(); // Alert "New B"
c.f(); // Alert "C from A" as expected
is:
b.f(); // Alert "B from A" as expected
var c = new C(); // Alert "New C"
c.f(); // Alert "C from A"
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Strange-behaviour-in-OpenLayers-tp5817644p5820232.html
Sent from the OpenLayers Dev mailing list archive at Nabble.com.
More information about the Dev
mailing list