aboutsummaryrefslogtreecommitdiff
path: root/js/panels/properties.reel/sections/custom.reel
diff options
context:
space:
mode:
authorValerio Virgillito2012-06-28 18:02:14 -0700
committerValerio Virgillito2012-06-28 18:02:14 -0700
commit26dcad3dd3fe42519bd2617d803c2e8601e41637 (patch)
tree33057ea6479109dd3c8aa3edcb35ede1797a5617 /js/panels/properties.reel/sections/custom.reel
parent54f68d3635941489e34e53d9925c3659b3eeabbf (diff)
parent12b8f40d5593d55e1fe64e4bef2ac3bc6709f6ff (diff)
downloadninja-26dcad3dd3fe42519bd2617d803c2e8601e41637.tar.gz
Merge pull request #354 from mencio/IKNINJA-1829
Fixing the button for the shape pi
Diffstat (limited to 'js/panels/properties.reel/sections/custom.reel')
-rwxr-xr-xjs/panels/properties.reel/sections/custom.reel/custom.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/panels/properties.reel/sections/custom.reel/custom.js b/js/panels/properties.reel/sections/custom.reel/custom.js
index 5112fca9..ed4616da 100755
--- a/js/panels/properties.reel/sections/custom.reel/custom.js
+++ b/js/panels/properties.reel/sections/custom.reel/custom.js
@@ -20,7 +20,7 @@ var Dropdown = require("js/components/combobox.reel").Combobox;
20var TextField = require("js/components/textfield.reel").TextField; 20var TextField = require("js/components/textfield.reel").TextField;
21var LabelCheckbox = require("js/components/ui/label-checkbox.reel").LabelCheckbox; 21var LabelCheckbox = require("js/components/ui/label-checkbox.reel").LabelCheckbox;
22var ColorChip = require("js/components/ui/color-chip.reel").ColorChip; 22var ColorChip = require("js/components/ui/color-chip.reel").ColorChip;
23var Button = require("montage/ui/button.reel").Button; 23var Button = require("montage/ui/native/button.reel").Button;
24 24
25exports.CustomSection = Montage.create(Component, { 25exports.CustomSection = Montage.create(Component, {
26 26