You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/extension/background.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ function createTabObj(title) {
93
93
// 1. param 'obj' : arg request.payload, which is an object containing a tree from snapShot.ts and a route property
94
94
// 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
95
95
classHistoryNode{
96
-
constructor(obj,tabObj,axSnap){
96
+
constructor(obj,tabObj){
97
97
// continues the order of number of total state changes
0 commit comments