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.
_______________________________________________
Dev mailing list
d...@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/openlayers-dev

Reply via email to