- Fossilized Artifacts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bing Maps Preview now lets you explore more cities in 3D http://www.engadget.com/2014/02/24/bing-maps-preview-3d-cities | |
via Engadget Android |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/******************************Live on-page Help ********************************/ | |
var popups; | |
var pIdx; //index of popup | |
var destroy_current_popup = function() | |
{ | |
if (!_.isUndefined(pIdx)) | |
{ | |
p = popups[pIdx]; | |
selector = p.selector; |