aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/autocomplete/autocomplete.reel/autocomplete.html
diff options
context:
space:
mode:
authorArmen Kesablyan2012-06-20 15:04:25 -0700
committerArmen Kesablyan2012-06-20 15:04:25 -0700
commitfc818d31de267d2b77fda3b3029ad38d48698be8 (patch)
tree122ebf54d3378578c1ded4d786ba3940d4a911d2 /node_modules/montage/ui/autocomplete/autocomplete.reel/autocomplete.html
parent120e31dcf1e11eed11ee430d77c438e7b073e9f8 (diff)
parentc9852665eadc1acb9c1c881d207c4bd9ef88805f (diff)
downloadninja-fc818d31de267d2b77fda3b3029ad38d48698be8.tar.gz
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal
Diffstat (limited to 'node_modules/montage/ui/autocomplete/autocomplete.reel/autocomplete.html')
-rw-r--r--node_modules/montage/ui/autocomplete/autocomplete.reel/autocomplete.html13
1 files changed, 9 insertions, 4 deletions
diff --git a/node_modules/montage/ui/autocomplete/autocomplete.reel/autocomplete.html b/node_modules/montage/ui/autocomplete/autocomplete.reel/autocomplete.html
index 256804c7..404c49d9 100644
--- a/node_modules/montage/ui/autocomplete/autocomplete.reel/autocomplete.html
+++ b/node_modules/montage/ui/autocomplete/autocomplete.reel/autocomplete.html
@@ -1,10 +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>Autocomplete Template</title> 10 <link rel="stylesheet" href="autocomplete.css">
6 <link rel="stylesheet" type="text/css" href="autocomplete.css"> 11 <link rel="stylesheet" href="../../input-text.reel/input-text.css">
7</head> 12</head>
8<body> 13<body>
9</body> 14</body>
10</html> 15</html> \ No newline at end of file