Skip to content

Commit

Permalink
Improved jsdoc a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianZ committed Sep 15, 2012
1 parent e4c3e0e commit 77a98c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extension/content/firebug/lib/css.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ Css.getCSSShorthandCategory = function(nodeType, shorthandProp, keyword)

/**
* Parses the CSS properties of a CSSStyleRule
* @param style CSSStyleRule to get the properties of
* @param element Element to which the style applies. Needed for parsing shorthand properties correctly.
* @param {Object} style CSSStyleRule to get the properties of
* @param {Object} element Element to which the style applies. Needed for parsing shorthand properties correctly.
* @returns {Array} Properties represented by {name, value, priority, longhandProps}
*/
Css.parseCSSProps = function(style, element)
Expand Down

0 comments on commit 77a98c2

Please sign in to comment.