chore(*): remove dead code and fix code style issues

This commit is contained in:
Igor Minar
2012-04-10 14:29:49 -07:00
parent fcc556df37
commit 52ee1ab5eb
23 changed files with 50 additions and 130 deletions

View File

@@ -9,7 +9,6 @@
var filename = /^(.*\/)angular-bootstrap.js(#.*)?$/,
scripts = document.getElementsByTagName("SCRIPT"),
config,
serverPath,
match,
globalVars = {};
@@ -84,7 +83,7 @@
document.write('<script type="text/javascript" src="' + serverPath + file + '" ' +
'onload="angularClobberTest(\'' + file + '\')"></script>');
}
}
};
function addCss(file) {
document.write('<link rel="stylesheet" type="text/css" href="' +