Fix case sensitivity for images
authorChip Black <bytex64@bytex64.net>
Mon, 5 Sep 2011 07:02:42 +0000 (02:02 -0500)
committerChip Black <bytex64@bytex64.net>
Mon, 5 Sep 2011 07:02:42 +0000 (02:02 -0500)
hacks/Landscape/Landscape.js

index 590cb2c..5d6fb74 100644 (file)
@@ -5,9 +5,9 @@ enyo.kind({
        kind: "Hack",
        style: "background-color: #2ab40f",
        components: [
-               {name: "clouds", style: "height: 200px; background-image: url(hacks/landscape/clouds.png)"},
-               {name: "mountains", style: "height: 200px; background-image: url(hacks/landscape/mountains.png)"},
-               {name: "trees", style: "height: 200px; background-image: url(hacks/landscape/trees.png)"}
+               {name: "clouds", style: "height: 200px; background-image: url(hacks/Landscape/clouds.png)"},
+               {name: "mountains", style: "height: 200px; background-image: url(hacks/Landscape/mountains.png)"},
+               {name: "trees", style: "height: 200px; background-image: url(hacks/Landscape/trees.png)"}
        ],
        create: function() {
                this.inherited(arguments);