Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jun 27, 2019
1 parent 24822e6 commit 3ff1e32
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contribs/gmf/src/raster/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ function rasterComponent() {
'layer': '<gmfElevationLayer',
'map': '=gmfElevationMap'
},
// @ts-ignore
link: (scope, element, attr) => {
// @ts-ignore: scope...
const ctrl = scope.ctrl;
Expand Down Expand Up @@ -235,7 +234,6 @@ Controller.prototype.toggleActive_ = function(active) {
* @param {Event|import("ol/events/Event.js").default} event The event
* @return {void}
*/
// @ts-ignore
const listen = (event) => {
this.scope_.$apply(() => {
this.inViewport_ = true;
Expand Down

0 comments on commit 3ff1e32

Please sign in to comment.