aboutsummaryrefslogtreecommitdiff
path: root/js/panels/CSSPanel/css-value-completion-map.js
diff options
context:
space:
mode:
authorJonathan Duran2012-05-31 08:54:48 -0700
committerJonathan Duran2012-05-31 08:54:48 -0700
commitf297093b5bfa62c9832829751a12f0e556bb5cc0 (patch)
tree6e04cdf142cb1b36e2197970c9dc2141017a2be7 /js/panels/CSSPanel/css-value-completion-map.js
parent9253e2ce98d748edd8c3929f113a597923960387 (diff)
parentd49c909cff7f0c5e5d0b127ad84a2fefc6677dc6 (diff)
downloadninja-f297093b5bfa62c9832829751a12f0e556bb5cc0.tar.gz
Merge branch 'refs/heads/NINJAmaster' into TimelineUber
Conflicts: js/panels/Timeline/Layer.reel/Layer.js js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js js/panels/properties.reel/properties.js Signed-off-by: Jonathan Duran <jduran@motorola.com>
Diffstat (limited to 'js/panels/CSSPanel/css-value-completion-map.js')
-rwxr-xr-xjs/panels/CSSPanel/css-value-completion-map.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/js/panels/CSSPanel/css-value-completion-map.js b/js/panels/CSSPanel/css-value-completion-map.js
index 773fde96..44d7332f 100755
--- a/js/panels/CSSPanel/css-value-completion-map.js
+++ b/js/panels/CSSPanel/css-value-completion-map.js
@@ -109,9 +109,6 @@ exports.cssValueCompletionMap = {
109 "border-top-width": [ 109 "border-top-width": [
110 "medium", "thick", "thin" 110 "medium", "thick", "thin"
111 ], 111 ],
112 "outline-color": [
113 "invert"
114 ],
115 "text-line-through-style": [ 112 "text-line-through-style": [
116 "none", "dotted", "dashed", "solid", "double", "dot-dash", "dot-dot-dash", "wave" 113 "none", "dotted", "dashed", "solid", "double", "dot-dash", "dot-dot-dash", "wave"
117 ], 114 ],
@@ -218,7 +215,7 @@ exports.cssValueCompletionMap = {
218 "text-overline-color" : colorKeywords, 215 "text-overline-color" : colorKeywords,
219 "background-color" : colorKeywords, 216 "background-color" : colorKeywords,
220 "-webkit-text-emphasis-color" : colorKeywords, 217 "-webkit-text-emphasis-color" : colorKeywords,
221 "outline-color" : colorKeywords, 218 "outline-color" : colorKeywords.concat(["invert"]),
222 "text-underline-color" : colorKeywords, 219 "text-underline-color" : colorKeywords,
223 "color" : colorKeywords, 220 "color" : colorKeywords,
224 "color-rendering": [ 221 "color-rendering": [