aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/video-player.reel/video-player.html
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/montage/ui/video-player.reel/video-player.html')
-rwxr-xr-xnode_modules/montage/ui/video-player.reel/video-player.html24
1 files changed, 6 insertions, 18 deletions
diff --git a/node_modules/montage/ui/video-player.reel/video-player.html b/node_modules/montage/ui/video-player.reel/video-player.html
index f5d2cf2d..d622e96f 100755
--- a/node_modules/montage/ui/video-player.reel/video-player.html
+++ b/node_modules/montage/ui/video-player.reel/video-player.html
@@ -9,8 +9,8 @@
9 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> 9 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
10 <link rel="stylesheet" type="text/css" href="video-player.css"> 10 <link rel="stylesheet" type="text/css" href="video-player.css">
11 11
12 <script type="text/montage-serialization"> 12 <script type="text/montage-serialization">{
13{ 13
14 "dynamictext1": { 14 "dynamictext1": {
15 "module": "montage/ui/dynamic-text.reel", 15 "module": "montage/ui/dynamic-text.reel",
16 "name": "DynamicText", 16 "name": "DynamicText",
@@ -38,13 +38,7 @@
38 } 38 }
39 }, 39 },
40 "bindings": { 40 "bindings": {
41 "mediaSrc": { 41 "mediaSrc": {"<-": "@owner.src"}
42 "boundObject": {
43 "@": "owner"
44 },
45 "boundObjectPropertyPath": "src",
46 "oneway": true
47 }
48 } 42 }
49 }, 43 },
50 "slider1": { 44 "slider1": {
@@ -58,13 +52,7 @@
58 "hasTapBarToScroll": true 52 "hasTapBarToScroll": true
59 }, 53 },
60 "bindings": { 54 "bindings": {
61 "value": { 55 "value": {"<<->": "@owner.controller.position"}
62 "boundObject": {
63 "@": "owner"
64 },
65 "boundObjectPropertyPath": "controller.position",
66 "oneway": false
67 }
68 } 56 }
69 }, 57 },
70 "actioneventlistener1": { 58 "actioneventlistener1": {
@@ -330,8 +318,8 @@
330 } 318 }
331 } 319 }
332 } 320 }
333} 321
334 </script> 322 }</script>
335 323
336 324
337</head> 325</head>