aboutsummaryrefslogtreecommitdiff
path: root/js/panels/CSSPanel/css-property-name-list.js
diff options
context:
space:
mode:
authorEric Guzman2012-05-01 12:06:15 -0700
committerEric Guzman2012-05-01 12:06:15 -0700
commit084576ca2dcaaff1184338e0ec4a587ee0dacee7 (patch)
tree83391e752a5e75723b61c08c9e970a108fee6818 /js/panels/CSSPanel/css-property-name-list.js
parent514aee0052f6721758401023accd9a4a56cdd217 (diff)
downloadninja-084576ca2dcaaff1184338e0ec4a587ee0dacee7.tar.gz
CSS Panel - Added code hinting and tooltips
Diffstat (limited to 'js/panels/CSSPanel/css-property-name-list.js')
-rwxr-xr-xjs/panels/CSSPanel/css-property-name-list.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/panels/CSSPanel/css-property-name-list.js b/js/panels/CSSPanel/css-property-name-list.js
index 24a69c09..6d02b755 100755
--- a/js/panels/CSSPanel/css-property-name-list.js
+++ b/js/panels/CSSPanel/css-property-name-list.js
@@ -4,7 +4,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot
4(c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. 4(c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
5</copyright> */ 5</copyright> */
6 6
7exports.cssPropertyNameList = [ 7exports.CssPropertyNameList = [
8 '-webkit-', 8 '-webkit-',
9 "-webkit-animation", 9 "-webkit-animation",
10 "-webkit-animation-delay", 10 "-webkit-animation-delay",