summaryrefslogtreecommitdiffstats
path: root/devtools/client/dom/content/reducers/grips.js
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/client/dom/content/reducers/grips.js')
-rw-r--r--devtools/client/dom/content/reducers/grips.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/client/dom/content/reducers/grips.js b/devtools/client/dom/content/reducers/grips.js
index 1413baa1ce..f5871d59dd 100644
--- a/devtools/client/dom/content/reducers/grips.js
+++ b/devtools/client/dom/content/reducers/grips.js
@@ -36,7 +36,7 @@ function grips(state = getInitialState(), action) {
/**
* Handle requestProperties action
*/
-function onRequestProperties(state, action) {
+function onRequestProperties(state) {
return state;
}