diff options
Diffstat (limited to 'devtools/client/webconsole/reducers/history.js')
-rw-r--r-- | devtools/client/webconsole/reducers/history.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/client/webconsole/reducers/history.js b/devtools/client/webconsole/reducers/history.js index adfca885c5..e147cdd83c 100644 --- a/devtools/client/webconsole/reducers/history.js +++ b/devtools/client/webconsole/reducers/history.js @@ -96,7 +96,7 @@ function appendToHistory(state, prefsState, expression) { return state; } -function clearHistory(state) { +function clearHistory() { return getInitialState(); } |