MCPcopy
hub / github.com/moxiecode/plupload / _reset

Function _reset

js/moxie.js:5848–5855  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5846
5847
5848 function _reset() {
5849 _p('responseText', "");
5850 _p('responseXML', null);
5851 _p('response', null);
5852 _p('status', 0);
5853 _p('statusText', "");
5854 _start_time = _timeoutset_time = null;
5855 }
5856 }
5857
5858 XMLHttpRequest.UNSENT = 0;

Callers

nothing calls this directly

Calls 1

_pFunction · 0.85

Tested by

no test coverage detected