aboutsummaryrefslogtreecommitdiffstats
path: root/src/angular-bootstrap.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/angular-bootstrap.js')
-rw-r--r--src/angular-bootstrap.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/angular-bootstrap.js b/src/angular-bootstrap.js
index 86b95814..b55bd475 100644
--- a/src/angular-bootstrap.js
+++ b/src/angular-bootstrap.js
@@ -222,6 +222,6 @@
function isActuallyNaN(val) {
return (typeof val === 'number') && isNaN(val);
}
- };
+ }
})(window, document);