Skip to content

Instantly share code, notes, and snippets.

View adamrbrown's full-sized avatar

Adam Brown adamrbrown

  • Victoria, BC Canada
View GitHub Profile
@adamrbrown
adamrbrown / bubbles.js
Created May 7, 2014 15:58
Creates floating bubbles on HTML5 Canvas
/**
* Splash bubbles
* Copyright © 85times.com
*/
$(function() {
var canvas = $('#bubbles');
var context = canvas.get(0).getContext("2d");
var bubbles = new Array();
diff --git a/OpenLayers.debug.js b/OpenLayers.debug.js
index 3a5882f..97661b5 100644
--- a/OpenLayers.debug.js
+++ b/OpenLayers.debug.js
@@ -64315,12 +64315,13 @@ OpenLayers.Layer.Google.v3 = {
cache.rendered = true;
me.setGMapVisibility(me.getVisibility());
me.moveTo(me.map.getCenter());
+ cache.googleControl.appendChild(map.viewPortDiv);
});