aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.js')
-rwxr-xr-xjs/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.js24
1 files changed, 12 insertions, 12 deletions
diff --git a/js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.js b/js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.js
index e52da410..25823d11 100755
--- a/js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.js
+++ b/js/components/tools-properties/ink-bottle-properties.reel/ink-bottle-properties.js
@@ -11,22 +11,22 @@ var Montage = require("montage/core/core").Montage,
11var InkBottleProperties = exports.InkBottleProperties = Montage.create(ToolProperties, { 11var InkBottleProperties = exports.InkBottleProperties = Montage.create(ToolProperties, {
12 addedColorChips: { value: false }, 12 addedColorChips: { value: false },
13 13
14 _strokeColorCtrl: { 14 useStrokeColor: {
15 value: null, 15 value: null,
16 serializable: true 16 serializable: true
17 }, 17 },
18 18
19 useBorderWidth: { 19 _strokeColorCtrl: {
20 value: null, 20 value: null,
21 serializable: true 21 serializable: true
22 }, 22 },
23 23
24 borderWidthLabel: { 24 borderWidth: {
25 value: null, 25 value: null,
26 serializable: true 26 serializable: true
27 }, 27 },
28 28
29 _borderWidth: { 29 useBorderWidth: {
30 value: null, 30 value: null,
31 serializable: true 31 serializable: true
32 }, 32 },
@@ -36,42 +36,42 @@ var InkBottleProperties = exports.InkBottleProperties = Montage.create(ToolPrope
36 serializable: true 36 serializable: true
37 }, 37 },
38 38
39 borderStyleLabel: { 39 borderStyle: {
40 value: null, 40 value: null,
41 serializable: true 41 serializable: true
42 }, 42 },
43 43
44 _borderStyle: { 44 useStrokeSize: {
45 value: null, 45 value: null,
46 serializable: true 46 serializable: true
47 }, 47 },
48 48
49 useStrokeSize: { 49 strokeSize: {
50 value: null, 50 value: null,
51 serializable: true 51 serializable: true
52 }, 52 },
53 53
54 strokeSizeLabel: { 54 _useWebGL: {
55 value: null, 55 value: null,
56 serializable: true 56 serializable: true
57 }, 57 },
58 58
59 _strokeSize: { 59 useWebGL: {
60 value: null, 60 value: null,
61 serializable: true 61 serializable: true
62 }, 62 },
63 63
64 _useWebGL: { 64 _materialsContainer: {
65 value: null, 65 value: null,
66 serializable: true 66 serializable: true
67 }, 67 },
68 68
69 _materialsContainer: { 69 _strokeMaterial: {
70 value: null, 70 value: null,
71 serializable: true 71 serializable: true
72 }, 72 },
73 73
74 _strokeMaterial: { 74 strokeMaterial: {
75 value: null, 75 value: null,
76 serializable: true 76 serializable: true
77 }, 77 },