diff options
author | Valerio Virgillito | 2012-03-20 00:27:16 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-03-20 00:27:16 -0700 |
commit | efde3eab7a31070427142fa03f17985163a8d33b (patch) | |
tree | 04beb9394154c7f20b6e062170473ff180680848 /js/components/button.reel/button.html | |
parent | c28ba39e39e16e6c84f63c8564d1543f015ed0a9 (diff) | |
parent | 313354a8ff9ed21b826ab5f280bcf1095a64a7f4 (diff) | |
download | ninja-efde3eab7a31070427142fa03f17985163a8d33b.tar.gz |
Merge branch 'refs/heads/button-switch' into montage-integration
Diffstat (limited to 'js/components/button.reel/button.html')
-rwxr-xr-x | js/components/button.reel/button.html | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/js/components/button.reel/button.html b/js/components/button.reel/button.html deleted file mode 100755 index d0398a6a..00000000 --- a/js/components/button.reel/button.html +++ /dev/null | |||
@@ -1,26 +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> | ||
8 | <head> | ||
9 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | ||
10 | <link rel="stylesheet" type="text/css" href="button.css"> | ||
11 | <script type="text/montage-serialization"> | ||
12 | { | ||
13 | "owner": { | ||
14 | "module": "js/components/button.reel", | ||
15 | "name": "Button", | ||
16 | "properties": { | ||
17 | "element": {"#": "button"} | ||
18 | } | ||
19 | } | ||
20 | } | ||
21 | </script> | ||
22 | </head> | ||
23 | <body> | ||
24 | <button id="button" class="button"></button> | ||
25 | </body> | ||
26 | </html> \ No newline at end of file | ||