Skip to content

Commit

Permalink
Change topic 'LayerControl' to 'layerControl'
Browse files Browse the repository at this point in the history
  • Loading branch information
green3g committed Jan 28, 2016
1 parent a385dfa commit 46ab98c
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 @@ -91,7 +91,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 @@ -146,4 +146,4 @@ define([
}
});
return _DynamicSublayer;
});
});

0 comments on commit 46ab98c

Please sign in to comment.