diff options
author | Kruti Shah | 2012-07-03 15:10:45 -0700 |
---|---|---|
committer | Kruti Shah | 2012-07-03 15:10:45 -0700 |
commit | 14f30bb927f2cb4a27c81fd6ee4e8d9af46b4404 (patch) | |
tree | 4c8ad3e68c3b71639f2718d7100a75f11bdefbdd /js/panels/Timeline/Track.reel/Track.html | |
parent | f9c592ac8284cace4daed6f2ac87fe15dfad873c (diff) | |
download | ninja-14f30bb927f2cb4a27c81fd6ee4e8d9af46b4404.tar.gz |
Refactor Code + Bug Fix for the Colorchip disappear between breadcrumb navigation
Signed-off-by: Kruti Shah <kruti.shah@motorola.com>
Diffstat (limited to 'js/panels/Timeline/Track.reel/Track.html')
-rw-r--r-- | js/panels/Timeline/Track.reel/Track.html | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/js/panels/Timeline/Track.reel/Track.html b/js/panels/Timeline/Track.reel/Track.html deleted file mode 100644 index 0f0c7c9c..00000000 --- a/js/panels/Timeline/Track.reel/Track.html +++ /dev/null | |||
@@ -1,63 +0,0 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <!-- <copyright> | ||
3 | This file contains proprietary software owned by Motorola Mobility, Inc.<br/> | ||
4 | No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> | ||
5 | (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. | ||
6 | </copyright> --> | ||
7 | <html lang="en"> | ||
8 | <head> | ||
9 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | ||
10 | <link rel="stylesheet" type="text/css" href="css/Track.css"> | ||
11 | <script type="text/montage-serialization"> | ||
12 | { | ||
13 | "owner": { | ||
14 | "prototype": "js/panels/Timeline/Track.reel", | ||
15 | "properties": { | ||
16 | "element": {"#": "track"}, | ||
17 | "spanRepetition" : {"@" : "spanRepetition"}, | ||
18 | "track_lane": {"#": "track_lane"} | ||
19 | } | ||
20 | }, | ||
21 | |||
22 | "trackslot": { | ||
23 | "prototype": "montage/ui/slot.reel", | ||
24 | "properties": { | ||
25 | "element": {"#": "track_lane"} | ||
26 | }, | ||
27 | "bindings" : { | ||
28 | "content" : { | ||
29 | "boundObject" : {"@": "spanRepetition"}, | ||
30 | "boundObjectPropertyPath" : "objectAtCurrentIteration", | ||
31 | "oneway" : false | ||
32 | } | ||
33 | } | ||
34 | }, | ||
35 | |||
36 | "spanRepetition": { | ||
37 | "prototype": "montage/ui/repetition.reel", | ||
38 | "properties": { | ||
39 | "element": {"#": "track_lanes"}, | ||
40 | "isSelectionEnabled" : true | ||
41 | }, | ||
42 | "bindings": { | ||
43 | "objects": { | ||
44 | "boundObject": {"@": "owner"}, | ||
45 | "boundObjectPropertyPath": "spans", | ||
46 | "oneway": false | ||
47 | } | ||
48 | } | ||
49 | } | ||
50 | |||
51 | } | ||
52 | </script> | ||
53 | </head> | ||
54 | <body> | ||
55 | |||
56 | <div data-montage-id="track"> | ||
57 | <div data-montage-id="track_lanes"> | ||
58 | <div data-montage-id="track_lane" class="tracklane"></div> | ||
59 | </div> | ||
60 | </div> | ||
61 | |||
62 | </body> | ||
63 | </html> \ No newline at end of file | ||