MCPcopy Create free account
hub / github.com/JsAaron/jQuery / add

Function add

1.2.6/src/offset.js:93–96  ·  view source on GitHub ↗
(l, t)

Source from the content-addressed store, hash-verified

91 }
92
93 function add(l, t) {
94 left += parseInt(l, 10) || 0;
95 top += parseInt(t, 10) || 0;
96 }
97
98 return results;
99};

Callers 2

offset.jsFile · 0.70
borderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected