mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-21 10:05:34 +08:00
chore(*): remove dead code and fix code style issues
This commit is contained in:
3
src/angular-bootstrap.js
vendored
3
src/angular-bootstrap.js
vendored
@@ -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="' +
|
||||
|
||||
Reference in New Issue
Block a user