diff options
author | Eric Guzman | 2012-07-20 11:39:51 -0700 |
---|---|---|
committer | Eric Guzman | 2012-07-20 11:39:51 -0700 |
commit | c85a4fc8001b50bebc60d05277df0264c61879c2 (patch) | |
tree | 2faaf3d49337437e4a84818fe24dc64a60f8c611 /js/panels/css-panel/style-sheet.reel/style-sheet.html | |
parent | 2f0c50a13258e8abb9325573ed7e0ebe11655fec (diff) | |
parent | 3cc29231852440508bdeec1964e40ce59f979f99 (diff) | |
download | ninja-c85a4fc8001b50bebc60d05277df0264c61879c2.tar.gz |
Merge branch 'refs/heads/fixes_7.1' into minorFixes_7.1
Diffstat (limited to 'js/panels/css-panel/style-sheet.reel/style-sheet.html')
-rw-r--r-- | js/panels/css-panel/style-sheet.reel/style-sheet.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/panels/css-panel/style-sheet.reel/style-sheet.html b/js/panels/css-panel/style-sheet.reel/style-sheet.html index 035bc760..01b5f20c 100644 --- a/js/panels/css-panel/style-sheet.reel/style-sheet.html +++ b/js/panels/css-panel/style-sheet.reel/style-sheet.html | |||
@@ -62,6 +62,9 @@ POSSIBILITY OF SUCH DAMAGE. | |||
62 | "prototype": "js/components/textfield.reel[TextField]", | 62 | "prototype": "js/components/textfield.reel[TextField]", |
63 | "properties": { | 63 | "properties": { |
64 | "element": {"#": "media-input"} | 64 | "element": {"#": "media-input"} |
65 | }, | ||
66 | "bindings": { | ||
67 | "value": {"<->": "@owner.mediaText"} | ||
65 | } | 68 | } |
66 | }, | 69 | }, |
67 | "editButton": { | 70 | "editButton": { |