Response title
This is preview!
return ABCREQUEST($.extend(config, {
part: params.A
}), apiParameter)
.then(function (data) {
return new Promise(function (resolve) {
parseInfo(data, config, function (isOk, responseData) {
resolve(itemBuild$(config, responseData)[0]);
});
});
});
© 2013 jQuery Foundation
Sponsored by and others.