MCPcopy Create free account
hub / github.com/codemistic/Web-Development / getPromise

Function getPromise

Resume Builder/admin/js/jquery.fileupload.js:649–651  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

647 _addConvenienceMethods: function (e, data) {
648 var that = this,
649 getPromise = function (args) {
650 return $.Deferred().resolveWith(that, args).promise();
651 };
652 data.process = function (resolveFunc, rejectFunc) {
653 if (resolveFunc || rejectFunc) {
654 data._processQueue = this._processQueue =

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected