[OpenLayers-Dev] More undefined variables on OpenLayers!

Xavier Mamano (jorix) xavier.mamano at gmail.com
Mon Mar 7 17:29:01 EST 2011


Hi,

Using Closure Compiler is possible to have a report of all undefined
variables. 

Now this is the result:

...
..\lib\OpenLayers\Layer\Grid.js:704: ERROR - variable tlViewPort is
undefined
tlViewPort = tlLayer.add(offsetX, offsetY);
^
..\lib\OpenLayers\Map.js:1692: ERROR - variable yRestriction is undefined
var xRestriction = yRestriction = 0;
. . . . . . . . . .^
..\lib\OpenLayers\Renderer\SVG2.js:655: ERROR - variable component is
undefined
component = components[i];
^
3 error(s), 26 warning(s)


(now is not possible get this report using "build.py -c closure")

Xavier Mamano




--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/More-undefined-variables-on-OpenLayers-tp6099332p6099332.html
Sent from the OpenLayers Dev mailing list archive at Nabble.com.


More information about the Dev mailing list