Skip to content

Commit

Permalink
remove additional global use stricts
Browse files Browse the repository at this point in the history
  • Loading branch information
mejackreed committed Jul 29, 2016
1 parent d43c8b9 commit 2db2591
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions app/assets/javascripts/geoblacklight/controls/opacity.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/*global GeoBlacklight */

'use strict';

// Leaflet opacity control.
GeoBlacklight.Controls.Opacity = function() {
this.map.addControl(new L.Control.LayerOpacity(this.overlay));
Expand Down
2 changes: 0 additions & 2 deletions app/assets/javascripts/geoblacklight/viewers/viewer.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/*global GeoBlacklight */

'use strict';

// base viewer
GeoBlacklight.Viewer = L.Class.extend({
options: {},
Expand Down

0 comments on commit 2db2591

Please sign in to comment.