Skip to content

Commit

Permalink
Merge pull request #503 from roemhildtg/fix/layer-control-topic-incon…
Browse files Browse the repository at this point in the history
…sistency

Change topic 'LayerControl' to 'layerControl'
  • Loading branch information
tmcgee committed Feb 3, 2016
2 parents 5df75a5 + 263cac6 commit 7607d82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions viewer/js/gis/dijit/LayerControl/controls/_DynamicSublayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ define([
//create the menu item
var item = new MenuItem(menuItem);
item.set('onClick', lang.hitch(this, function () {
topic.publish('LayerControl/' + menuItem.topic, {
topic.publish('layerControl/' + menuItem.topic, {
layer: this.control.layer,
subLayer: this.sublayerInfo,
iconNode: this.iconNode,
Expand Down Expand Up @@ -154,4 +154,4 @@ define([
}
});
return _DynamicSublayer;
});
});

0 comments on commit 7607d82

Please sign in to comment.