diff options
author | Nivesh Rajbhandari | 2012-04-16 16:06:24 -0700 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-04-16 16:06:24 -0700 |
commit | c253192a08b499ea7be46fa5438d273e51f7ec5a (patch) | |
tree | 18a1f0e3679c0eb993a9dedb537035d3861f49ac /node_modules/components-data/number-input.json | |
parent | e19376c54eedd1f1c457ba405b2f110be376a559 (diff) | |
parent | 4b900ea5cd6bb77eb30cec8c03b9ec9fa662c1e9 (diff) | |
download | ninja-c253192a08b499ea7be46fa5438d273e51f7ec5a.tar.gz |
Merge branch 'refs/heads/ninja-internal' into WebGLFixes
Diffstat (limited to 'node_modules/components-data/number-input.json')
-rw-r--r-- | node_modules/components-data/number-input.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/node_modules/components-data/number-input.json b/node_modules/components-data/number-input.json index d446fc37..5e53fe58 100644 --- a/node_modules/components-data/number-input.json +++ b/node_modules/components-data/number-input.json | |||
@@ -6,7 +6,11 @@ | |||
6 | "name": "NumberInput", | 6 | "name": "NumberInput", |
7 | 7 | ||
8 | "properties": [ | 8 | "properties": [ |
9 | 9 | { | |
10 | "name": "value", | ||
11 | "type": "number", | ||
12 | "default": null | ||
13 | }, | ||
10 | { | 14 | { |
11 | "name": "min", | 15 | "name": "min", |
12 | "type": "number", | 16 | "type": "number", |