aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage
diff options
context:
space:
mode:
authorValerio Virgillito2012-02-06 14:32:11 -0800
committerValerio Virgillito2012-02-06 14:32:11 -0800
commit08eafdff4ec25d34e2e76b386145a9fd122431dc (patch)
tree18037d553feed5ed66417c2a80c5b908b5a1942d /node_modules/montage
parentf849f62ef2eba6d3439156639b8d1880d1498c16 (diff)
downloadninja-08eafdff4ec25d34e2e76b386145a9fd122431dc.tar.gz
Moving the data files to a separate folder for now until montage provides the final files.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'node_modules/montage')
-rw-r--r--node_modules/montage/ui/button.reel/button.json21
1 files changed, 0 insertions, 21 deletions
diff --git a/node_modules/montage/ui/button.reel/button.json b/node_modules/montage/ui/button.reel/button.json
deleted file mode 100644
index a931afcb..00000000
--- a/node_modules/montage/ui/button.reel/button.json
+++ /dev/null
@@ -1,21 +0,0 @@
1{
2 "component": "button",
3
4 "module": "montage/ui/button.reel",
5
6 "name": "Button",
7
8 "properties": [
9
10 {
11 "name": "label",
12 "type": "string",
13 "default": "Button"
14 },
15 {
16 "name": "enabled",
17 "type": "boolean",
18 "default": "true"
19 }
20 ]
21} \ No newline at end of file