Chrome complained on this statement in GeoExplorer.js. This error prevented GeoExplorer from complete initialization. As a result I had GeoExplorer in semi-loaded state and there were no ability to add layers. Background layer also was missed.
I've did a hack - replaced this instruction with statement true. To be more specific (I've modified minimized version - have no time to dig deeper):
Chrome complained on this statement in GeoExplorer.js. This error prevented GeoExplorer from complete initialization. As a result I had GeoExplorer in semi-loaded state and there were no ability to add layers. Background layer also was missed.
I've did a hack - replaced this instruction with statement true. To be more specific (I've modified minimized version - have no time to dig deeper):
It was like this:
and I've changed into:
After this modification it has started working.
Looks like this way of using RegExp dont work. At least in Chrome.