MCPcopy Index your code
hub / github.com/stemkoski/stemkoski.github.com / num

Function num

Three.js/js/jquery-ui.js:2263–2265  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

2261(function( $, undefined ) {
2262
2263function num(v) {
2264 return parseInt(v, 10) || 0;
2265}
2266
2267function isNumber(value) {
2268 return !isNaN(parseInt(value, 10));

Callers 1

jquery-ui.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected