Skip to content

Commit a72c706

Browse files
committed
Update esper dependency version.
1 parent d6a29c0 commit a72c706

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

Diff for: public/bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"async": "1.4.2",
77
"d3": "3.5.6",
88
"draggabilly": "1.2.4",
9-
"esper": "0.4.0",
9+
"esper": "0.4.1",
1010
"jquery": "2.1.4",
1111
"leaflet": "0.7.7",
1212
"lodash": "3.10.1",

Diff for: public/javascripts/layers/webgloverlay.js

+1-7
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,7 @@
5858
var self = this,
5959
shadersDone = $.Deferred(),
6060
buffersDone = $.Deferred(),
61-
gl;
62-
// overwrite alert temporarily
63-
var alert = window.alert;
64-
window.alert = function() {};
65-
gl = this._gl = esper.WebGLContext.get( this._canvas );
66-
// restore alert
67-
window.alert = alert;
61+
gl = this._gl = esper.WebGLContext.get( this._canvas );
6862
// handle missing context
6963
if ( !gl ) {
7064
return;

0 commit comments

Comments
 (0)