diff --git a/CookieMonster.js b/CookieMonster.js index 1237255..ae420b7 100644 --- a/CookieMonster.js +++ b/CookieMonster.js @@ -1902,7 +1902,6 @@ CM.Disp.Notification = function(notifyConfig, title, message) { /******** * Section: Functions related to updating the tab in the browser's tab-bar - * TODO: Annotate functions */ /** * This function creates the Favicon, it is called by CM.DelayInit() diff --git a/src/Disp.js b/src/Disp.js index 115e97c..34d4ca2 100644 --- a/src/Disp.js +++ b/src/Disp.js @@ -1060,7 +1060,6 @@ CM.Disp.Notification = function(notifyConfig, title, message) { /******** * Section: Functions related to updating the tab in the browser's tab-bar - * TODO: Annotate functions */ /** * This function creates the Favicon, it is called by CM.DelayInit()