MCPcopy Create free account
hub / github.com/LearnBoost/drawback / add

Function add

plugins/flot/jquery.js:3736–3738  ·  view source on GitHub ↗
( key, value )

Source from the content-addressed store, hash-verified

3734 var s = [ ];
3735
3736 function add( key, value ){
3737 s[ s.length ] = encodeURIComponent(key) + '=' + encodeURIComponent(value);
3738 };
3739
3740 // If an array was passed in, assume that it is an array
3741 // of form elements

Callers 1

jquery.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected