diff options
author | Pacien TRAN-GIRARD | 2012-09-28 20:24:25 +0200 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2012-09-28 20:24:25 +0200 |
commit | ecf92afeb32d71f2fdc599127f1e07a954c9d52f (patch) | |
tree | a7d10ecde01649e7a9667dd92827c18504d33fd8 /js/components/popup.reel/popup.html | |
parent | 48d01fdae81c7466a7d2260f649da053c259ce21 (diff) | |
download | ninja-ecf92afeb32d71f2fdc599127f1e07a954c9d52f.tar.gz |
Fix the paths to be case sensitive.
Diffstat (limited to 'js/components/popup.reel/popup.html')
-rwxr-xr-x | js/components/popup.reel/popup.html | 2 |
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"}, |