Skip to content

Commit

Permalink
fix a typo that's been around for awhile.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgee committed Aug 5, 2016
1 parent 16ed6cd commit 273dc54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viewer/js/gis/dijit/StreetView.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ define([
// if desired, you can load a projection file from your server
// instead of using one from epsg.io
// i.e., http://server/projections/102642.js
projCustomURL: null,
proj4CustomURL: null,

postCreate: function () {
this.inherited(arguments);
Expand Down

0 comments on commit 273dc54

Please sign in to comment.