From c76cafa6ccc92e100947b3eafb93e4286c0c091b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Norman=20Hauk=C3=A5s?= Date: Sun, 10 Jan 2016 20:16:26 +0100 Subject: [PATCH] Removed unused code --- src/index.ts | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) 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); - // } - // } - // } + }