From b776d1556792ad7d2b7bee7528fba6ba0f40a45e Mon Sep 17 00:00:00 2001 From: gorhill Date: Mon, 15 Sep 2014 11:26:52 -0400 Subject: [PATCH] code review --- js/storage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/storage.js b/js/storage.js index 1faaf8f4e..5bfaa5e17 100644 --- a/js/storage.js +++ b/js/storage.js @@ -591,7 +591,7 @@ // http://code.google.com/p/chromium/issues/detail?id=410868#c11 // Need to be sure to access `chrome.runtime.lastError` to prevent // spurious warnings in the console. - var scriptDone = function(tabId) { + var scriptDone = function() { chrome.runtime.lastError; }; var scriptEnd = function(tabId) {