Added comments

This commit is contained in:
Ajay Ramachandran
2019-08-11 12:49:25 -04:00
committed by GitHub
parent 1ab33375ec
commit 2580577ce0

View File

@@ -206,6 +206,7 @@ function videoIDChange(id) {
previousVideoID = id; previousVideoID = id;
}); });
} else { } else {
//set the previous id now, don't wait for chrome.storage.get
previousVideoID = id; previousVideoID = id;
} }
@@ -1190,4 +1191,4 @@ function getYouTubeVideoStartTime(url) {
} }
return startTime; return startTime;
} }