aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/token-field/token.reel/token.html
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/montage/ui/token-field/token.reel/token.html')
-rw-r--r--node_modules/montage/ui/token-field/token.reel/token.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/node_modules/montage/ui/token-field/token.reel/token.html b/node_modules/montage/ui/token-field/token.reel/token.html
index c478ef0c..e12ae329 100644
--- a/node_modules/montage/ui/token-field/token.reel/token.html
+++ b/node_modules/montage/ui/token-field/token.reel/token.html
@@ -1,13 +1,15 @@
1<!DOCTYPE html> 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> -->
2<html> 7<html>
3<head> 8<head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 9 <meta charset="utf-8">
5 <title>Token Template</title> 10 <link rel="stylesheet" href="token.css">
6 <link rel="stylesheet" type="text/css" href="token.css">
7
8 <script type="text/montage-serialization"> 11 <script type="text/montage-serialization">
9{ 12{
10
11 "tokenText": { 13 "tokenText": {
12 "prototype": "ui/dynamic-text.reel", 14 "prototype": "ui/dynamic-text.reel",
13 "properties": { 15 "properties": {
@@ -24,7 +26,6 @@
24 "value": "✕" 26 "value": "✕"
25 } 27 }
26 }, 28 },
27
28 "owner": { 29 "owner": {
29 "prototype": "ui/token-field/token.reel", 30 "prototype": "ui/token-field/token.reel",
30 "properties": { 31 "properties": {
@@ -34,7 +35,6 @@
34 } 35 }
35} 36}
36 </script> 37 </script>
37
38</head> 38</head>
39<body> 39<body>
40 <span data-montage-id="token" class="montage-token"> 40 <span data-montage-id="token" class="montage-token">
@@ -42,4 +42,4 @@
42 <span data-montage-id="token-delete" class="montage-token-delete">✕</span> 42 <span data-montage-id="token-delete" class="montage-token-delete">✕</span>
43 </span> 43 </span>
44</body> 44</body>
45</html> 45</html> \ No newline at end of file