Skip to content

Commit 7208a11

Browse files
wjlafrancecarlbennett
authored andcommitted
Remove unused isNumeric function
1 parent 1dc392e commit 7208a11

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/static/a/BNETDocs.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,6 @@ function BNETDocs() {
9090
}
9191
};
9292

93-
this.isNumeric = function(n) {
94-
return !isNaN(parseFloat(n)) && isFinite(n);
95-
}
96-
9793
window.onload = function() {
9894
self.fHookExternalAnchors();
9995
self.fHookNavigationMenu();

0 commit comments

Comments
 (0)