Skip to content

Instantly share code, notes, and snippets.

View blackland1954's full-sized avatar

cory blackland1954

  • fossilizedartifacts
  • temple,tx
View GitHub Profile
@blackland1954
blackland1954 / file.rb
Created February 25, 2014 03:35
Bing Maps Preview now lets you explore more cities in 3D
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
/******************************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;