camelCase

This commit is contained in:
Official Noob 2019-08-08 16:48:00 +01:00 committed by GitHub
parent 4c12bb9c2f
commit 2a64afe9dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -226,7 +226,7 @@ function runThePopup() {
currentWindow: true
}, loadTabData);
function OnTabs(tabs) {
function onTabs(tabs) {
chrome.storage.sync.get(['videoid'], function(result) {
loadTabData(tabs, result.videoid);
});