From a70a7ba61fba87f66fe9a188a41976896fea5107 Mon Sep 17 00:00:00 2001 From: NIX Date: Thu, 27 Mar 2014 17:47:13 -0700 Subject: [PATCH] added comment --- Google Chrome Extension/js/background.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Google Chrome Extension/js/background.js b/Google Chrome Extension/js/background.js index 0d9372a..a935df4 100644 --- a/Google Chrome Extension/js/background.js +++ b/Google Chrome Extension/js/background.js @@ -1,4 +1,11 @@ -DB_load(function() { +/* + My Youtube (Google Chrome) background.js file + Last update 3/24/2014 + + This is the brain file of the extension + it is akin to main.js in firefox extensions +*/ +DB_load(function() { //first install if (ExtensionData.isNewInstall) { getYoutuber('ZgwLCu6tSLEUJ30METhJHg').done(function(response) {