Skip to content

Commit

Permalink
fix(ie11): fix getFeatureInfo html
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbeau committed Jan 22, 2018
1 parent a4dbb06 commit 5cd8f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/query/shared/query.service.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { Response } from '@angular/http';
import { URLSearchParams, Response } from '@angular/http';
import { Subscription } from 'rxjs/Subscription';

import { uuid } from '../../utils/uuid';
Expand Down

0 comments on commit 5cd8f56

Please sign in to comment.