Skip to content

Commit 6d1001f

Browse files
committed
removed axSnap parameter from HistoryNode constructor
1 parent 04d79f6 commit 6d1001f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ function createTabObj(title) {
9393
// 1. param 'obj' : arg request.payload, which is an object containing a tree from snapShot.ts and a route property
9494
// 2. param tabObj: arg tabsObj[tabId], which is an object that holds info about a specific tab. Should change the name of tabObj to tabCollection or something
9595
class HistoryNode {
96-
constructor(obj, tabObj, axSnap) {
96+
constructor(obj, tabObj) {
9797
// continues the order of number of total state changes
9898
this.index = tabObj.index;
9999
tabObj.index += 1;

0 commit comments

Comments
 (0)