diff --git a/Phi/topics/Environment/Weather.js b/Phi/topics/Environment/Weather.js index 92d23ecee..c6da59e30 100644 --- a/Phi/topics/Environment/Weather.js +++ b/Phi/topics/Environment/Weather.js @@ -7,7 +7,7 @@ define([ }); ko.components.register('Environment/Weather/Clouds', { - require : 'topics/Environment/Weather/CloudsLayers' + require : 'topics/Environment/Weather/CloudLayers' }); ko.components.register('Environment/Weather/Boundary', { diff --git a/Phi/topics/Environment/Weather/CloudsLayers.js b/Phi/topics/Environment/Weather/CloudLayers.js similarity index 100% rename from Phi/topics/Environment/Weather/CloudsLayers.js rename to Phi/topics/Environment/Weather/CloudLayers.js