MCPcopy
hub / github.com/jonthornton/jquery-timepicker / moduloSeconds

Function moduloSeconds

jquery.timepicker.js:199–205  ·  view source on GitHub ↗
(seconds, settings)

Source from the content-addressed store, hash-verified

197 };
198
199 function moduloSeconds(seconds, settings) {
200 if (seconds == ONE_DAY && settings.show2400) {
201 return seconds;
202 }
203
204 return seconds % ONE_DAY;
205 }
206
207 var DEFAULT_SETTINGS = {
208 appendTo: "body",

Callers 2

roundingFunctionFunction · 0.70
_getDropdownTimesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected