mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
added missing semicolons
This commit is contained in:
parent
c37bb2dc28
commit
037f30a0c9
1 changed files with 1 additions and 1 deletions
2
src/angular-bootstrap.js
vendored
2
src/angular-bootstrap.js
vendored
|
|
@ -78,7 +78,7 @@
|
|||
function isActuallyNaN(val) {
|
||||
return isNaN(val) && (typeof val === 'number');
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
function addScripts(){
|
||||
var prop, i;
|
||||
|
|
|
|||
Loading…
Reference in a new issue