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

Commit

Permalink
Remove unused parameter
Browse files Browse the repository at this point in the history
From a review comment on #10640
  • Loading branch information
bbondy committed Aug 31, 2017
1 parent 9d39d97 commit 63d26a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/state/frameStateUtil.js
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ const frameOptsFromFrame = (frame) => {
* Adds a frame specified by frameOpts and newKey and sets the activeFrameKey
* @return Immutable top level application state ready to merge back in
*/
function addFrame (state, frameOpts, newKey, partitionNumber, openInForeground, insertionIndex, active) {
function addFrame (state, frameOpts, newKey, partitionNumber, openInForeground, insertionIndex) {
const frames = state.get('frames')

const location = frameOpts.location // page url
Expand Down

0 comments on commit 63d26a9

Please sign in to comment.