planetfederal / GeoExplorer

Notice: This application has been folded into the OpenGeo Suite repository
https://github.com/opengeo/suite/blob/dev/geoexplorer/README.md
BSD 3-Clause "New" or "Revised" License
78 stars 60 forks source link

Trailing comma on file Composer.js #15

Closed netinhoteixeira closed 12 years ago

netinhoteixeira commented 12 years ago

This trailing comma on file Composer.js is occurring a error on build, it is on line 114 at column 63:

code with error: [code] , { ptype: "gxp_googleearth", actionTarget: {target: "paneltbar", index: 17}, } [/code]

fixed code: [code] , { ptype: "gxp_googleearth", actionTarget: {target: "paneltbar", index: 17} } [/code]

thanks!

ahocevar commented 12 years ago

Thanks for the report. Fixed with 87918e6841bc5f5df784a12ef0ba7a65f3222a2c