Skip to content

Commit

Permalink
Fixes eslint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanjeet Suhag committed Jan 13, 2020
1 parent ed19f5b commit f48ca09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/DataSources/KmlDataSource.js
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ import WallGraphics from './WallGraphics.js';

var resource;
if (defined(uriResolver)) {
href = href.replace(/\\/g, "/");
href = href.replace(/\\/g, '/');
var blob = uriResolver[href];
if (defined(blob)) {
resource = new Resource({
Expand Down

0 comments on commit f48ca09

Please sign in to comment.