Skip to content

Commit

Permalink
fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgee committed Jul 8, 2016
1 parent 2bfe000 commit b189f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viewer/js/gis/dijit/LayerControl.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ define([
if (layer.loaded) {
this._applyLayerControlOptions(layerInfo.controlOptions, layer);
} else {
layer.on('load', lang.hitch(this, '_applyLayerControlOptions', layer.controlOptions));
layer.on('load', lang.hitch(this, '_applyLayerControlOptions', layerInfo.controlOptions));
}
}
var layerControl = new Control({
Expand Down

0 comments on commit b189f5c

Please sign in to comment.