Skip to content

Instantly share code, notes, and snippets.

@Salvodif
Salvodif / underscore string sprintf example
Last active October 30, 2017 04:00
underscore string sprintf example
function copySelectedProposal ( selectedProposal, dstParam, succeededCallback, failedCallback ) {
if ( selectedProposal == null )
return;
var x = {
absUrl : _spPageContextInfo.siteAbsoluteUrl,
relUrl : _spPageContextInfo.webServerRelativeUrl,
dst : dstParam,
proposal : selectedProposal