diff options
Diffstat (limited to 'src/angular-bootstrap.js')
| -rw-r--r-- | src/angular-bootstrap.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/angular-bootstrap.js b/src/angular-bootstrap.js index d6297ccd..41ec2088 100644 --- a/src/angular-bootstrap.js +++ b/src/angular-bootstrap.js @@ -78,7 +78,7 @@ function isActuallyNaN(val) { return isNaN(val) && (typeof val === 'number'); } - } + }; function addScripts(){ var prop, i; |
