Hi Eric, >See ...
Ok, "tests.cfg" has the advantage of showing the ability to internationalize. IMHO would be desirable to remove Firebug also from "tests.cfg" NOTE: I think Firebug/firebug.js and Firebug/firebugx.js are obsolete, more than four years without changes (other than add a semicolon and a closure) And *Firebug/readme.txt* says "When this issue is resolved, Firebug Lite can be used directly - no further modifications are needed for OpenLayers" so... > I don't know why console.log does not work, it's a pity. This is because "console.firebug" is undefined (on FF+Firebug, IE9 and Chrome consoles) , therefore "firebugx.js" (it is exported after "firebug.js") converts all functions of the console to void functions. Regards, Xavier erilem wrote > > On Sat, Apr 7, 2012 at 12:50 PM, Xavier Mamano (jorix) > <xavier.mamano@> wrote: >> Hi, >> >> I saw that "console" does not work after load >> "http://www.openlayers.org/dev/OpenLayers.js". >> >> Searching "!window.console" in the compressed code can see that >> "Firebug/firebug.js" and "Firebug/firebugx.js" are included, oops! >> >> Why? ("Firebug" is properly excluded from "full.cfg") > > See > <https://github.com/openlayers/openlayers/commit/fa15785c9631a9f54b001058906cc51badb86f4d>. > > I don't why console.log does not work, it's a pity. > > > -- > Eric Lemoine > > Camptocamp France SAS > Savoie Technolac, BP 352 > 73377 Le Bourget du Lac, Cedex > > Tel : 00 33 4 79 44 44 96 > Mail : eric.lemoine@ > http://www.camptocamp.com > _______________________________________________ > Dev mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/openlayers-dev > -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Why-firebugx-js-is-in-OpenLayers-js-compressed-code-tp4694879p4708066.html Sent from the OpenLayers Dev mailing list archive at Nabble.com. _______________________________________________ Dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/openlayers-dev
