aboutsummaryrefslogtreecommitdiff
path: root/js/components/popup.reel/popup.html
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2012-09-28 20:24:25 +0200
committerPacien TRAN-GIRARD2012-09-28 20:24:25 +0200
commitecf92afeb32d71f2fdc599127f1e07a954c9d52f (patch)
treea7d10ecde01649e7a9667dd92827c18504d33fd8 /js/components/popup.reel/popup.html
parent48d01fdae81c7466a7d2260f649da053c259ce21 (diff)
downloadninja-ecf92afeb32d71f2fdc599127f1e07a954c9d52f.tar.gz
Fix the paths to be case sensitive.
Diffstat (limited to 'js/components/popup.reel/popup.html')
-rwxr-xr-xjs/components/popup.reel/popup.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/components/popup.reel/popup.html b/js/components/popup.reel/popup.html
index cd205687..66c91a9e 100755
--- a/js/components/popup.reel/popup.html
+++ b/js/components/popup.reel/popup.html
@@ -39,7 +39,7 @@ POSSIBILITY OF SUCH DAMAGE.
39 <script type="text/montage-serialization"> 39 <script type="text/montage-serialization">
40 { 40 {
41 "owner": { 41 "owner": {
42 "prototype": "js/components/Popup.reel", 42 "prototype": "js/components/popup.reel",
43 "properties": { 43 "properties": {
44 "element": {"#": "default_popup"}, 44 "element": {"#": "default_popup"},
45 "popupTooltip": {"#": "tooltip"}, 45 "popupTooltip": {"#": "tooltip"},