MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / num

Function num

lib/web/jquery.sizes.js:11–13  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

9(function ($) {
10 'use strict';
11 var num = function (value) {
12 return parseInt(value, 10) || 0;
13 };
14
15 /**
16 * Sets or gets the values for min-width, min-height, max-width

Callers 1

jquery.sizes.jsFile · 0.85

Calls 1

parseIntFunction · 0.85

Tested by

no test coverage detected