diff options
author | Kruti Shah | 2012-05-31 10:44:45 -0700 |
---|---|---|
committer | Kruti Shah | 2012-05-31 10:44:45 -0700 |
commit | c350cc1c060fdf17357ddadce024267943784593 (patch) | |
tree | 453f86e88f1ee1dfda6fb4b7cc7b17e306e39536 /js/panels/CSSPanel/css-value-completion-map.js | |
parent | fdc4f5c7f81ae3b9adeca2232e60268b4be594a2 (diff) | |
parent | 121d0e616f48aa7cd048763554089c20a1883d7a (diff) | |
download | ninja-c350cc1c060fdf17357ddadce024267943784593.tar.gz |
Merge branch 'refs/heads/TimelineUberjd' into TimelineUber
Conflicts:
js/panels/Timeline/Layer.reel/Layer.js
Signed-off-by: Kruti Shah <kruti.shah@motorola.com>
Diffstat (limited to 'js/panels/CSSPanel/css-value-completion-map.js')
-rwxr-xr-x | js/panels/CSSPanel/css-value-completion-map.js | 5 |
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": [ |