summaryrefslogtreecommitdiffstats
path: root/devtools/client/fronts/css-properties.js
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/client/fronts/css-properties.js')
-rw-r--r--devtools/client/fronts/css-properties.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/client/fronts/css-properties.js b/devtools/client/fronts/css-properties.js
index 93e9d52900..47bfe3e411 100644
--- a/devtools/client/fronts/css-properties.js
+++ b/devtools/client/fronts/css-properties.js
@@ -131,7 +131,7 @@ CssProperties.prototype = {
*
* @return {Array} An array of strings.
*/
- getNames(property) {
+ getNames() {
return Object.keys(this.properties);
},