From 46ab98cfa611616b002f9515c4b34a87b07daa8b Mon Sep 17 00:00:00 2001 From: roemhildtg Date: Thu, 28 Jan 2016 17:03:21 -0600 Subject: [PATCH] Change topic 'LayerControl' to 'layerControl' --- viewer/js/gis/dijit/LayerControl/controls/_DynamicSublayer.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/viewer/js/gis/dijit/LayerControl/controls/_DynamicSublayer.js b/viewer/js/gis/dijit/LayerControl/controls/_DynamicSublayer.js index e5749ee90..72aa7dcaf 100644 --- a/viewer/js/gis/dijit/LayerControl/controls/_DynamicSublayer.js +++ b/viewer/js/gis/dijit/LayerControl/controls/_DynamicSublayer.js @@ -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, @@ -146,4 +146,4 @@ define([ } }); return _DynamicSublayer; -}); \ No newline at end of file +});