removing commented out functions from cssmanager.js

pull/667/head
Matthias Bartelmeß 2012-04-20 14:25:07 +02:00
parent 8593b1905c
commit 89ab73c868
1 changed files with 1 additions and 14 deletions

View File

@ -41,20 +41,7 @@ function makeCSSManager(emptyStylesheetTitle, top)
return null;
}
/*function getSheetTagByTitle(title) {
var allStyleTags = document.getElementsByTagName("style");
for(var i=0;i<allStyleTags.length;i++) {
var t = allStyleTags[i];
if (t.title == title) {
return t;
}
}
return null;
}*/
var browserSheet = getSheetByTitle(emptyStylesheetTitle, top);
//var browserTag = getSheetTagByTitle(emptyStylesheetTitle);
function browserRules()
{