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

Commit b7f091e

Browse files
committed
Remove unused parameter
From a review comment on #10640
1 parent cc55013 commit b7f091e

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
@@ -312,7 +312,7 @@ const frameOptsFromFrame = (frame) => {
312312
* Adds a frame specified by frameOpts and newKey and sets the activeFrameKey
313313
* @return Immutable top level application state ready to merge back in
314314
*/
315-
function addFrame (state, frameOpts, newKey, partitionNumber, openInForeground, insertionIndex, active) {
315+
function addFrame (state, frameOpts, newKey, partitionNumber, openInForeground, insertionIndex) {
316316
const frames = state.get('frames')
317317

318318
const location = frameOpts.location // page url

0 commit comments

Comments
 (0)