Skip to content

Commit

Permalink
Fix NavToolBar
Browse files Browse the repository at this point in the history
  • Loading branch information
Horiatu committed Feb 22, 2017
1 parent 75db2cc commit 8668cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/NavToolBar/NavToolBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ define([
},

_init: function () {
if(!dom.byId("navZoomIn")) return;
//if(!dom.byId("navZoomIn")) return;
this.nav.setZoomSymbol(new SimpleLineSymbol("SOLID", new Color(this.zoomColor), 4));

dojo.empty(this.navToolBar);
Expand Down

0 comments on commit 8668cfe

Please sign in to comment.