Skip to content
This repository was archived by the owner on Dec 11, 2019. It is now read-only.

Commit 627fcec

Browse files
committed
Remove unused parameter
From a review comment on #10640
1 parent 1e2c5eb commit 627fcec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/state/frameStateUtil.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ const frameOptsFromFrame = (frame) => {
318318
* Adds a frame specified by frameOpts and newKey and sets the activeFrameKey
319319
* @return Immutable top level application state ready to merge back in
320320
*/
321-
function addFrame (state, frameOpts, newKey, partitionNumber, openInForeground, insertionIndex, active) {
321+
function addFrame (state, frameOpts, newKey, partitionNumber, openInForeground, insertionIndex) {
322322
const frames = state.get('frames')
323323

324324
const location = frameOpts.location // page url

0 commit comments

Comments
 (0)