diff --git a/src/index.ts b/src/index.ts index bbd51bd..c3113f7 100644 --- a/src/index.ts +++ b/src/index.ts @@ -39,24 +39,6 @@ module tagIt { } ); } - - // export function init (callback: () => void) { - // $.get(chromeUrlTranslator('menu.tpl.html'), function (htmlData) { - // $('body').children().wrapAll('
'); - // $('.tagit-body').before(htmlData); - // window.name = ''; - // angular.bootstrap(document.getElementById("tagit-menu"), ['tagit']); - // console.log('TagIt menu loaded'); - // if(callback) callback(); - // }); - - // function chromeUrlTranslator(relativeUrl : string) { - // if(typeof chrome === 'undefined' ) { - // return relativeUrl; - // } else { - // return chrome.extension.getURL(relativeUrl); - // } - // } - // } + }