Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/stemkoski/stemkoski.github.com
/ isNumber
Function
isNumber
Three.js/js/jquery-ui.js:2267–2269 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
2265
}
2266
2267
function
isNumber(value) {
2268
return
!isNaN(parseInt(value, 10));
2269
}
2270
2271
$.widget(
"ui.resizable"
, $.ui.mouse, {
2272
version:
"1.10.2"
,
Callers
1
jquery-ui.js
File · 0.70
Calls
1
isNaN
Function · 0.85
Tested by
no test coverage detected