l10n.js |
|
518 |
moz.build |
|
339 |
utils.js |
Returns the [Rule] object associated with the given node.
@param {DOMNode} node
The node which we want to find the [Rule] object for
@param {ElementStyle} elementStyle
The [ElementStyle] associated with the selected element
@return {Rule|null} associated with the given node
|
12077 |