git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2846 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Brett Zamir 2014-05-22 01:30:42 +00:00
parent ad6dad8d65
commit 4ffd994c49
1 changed files with 1 additions and 1 deletions

View File

@ -420,7 +420,7 @@ var saveAs;
svgCanvas.bind('saved', opts.save); svgCanvas.bind('saved', opts.save);
} }
if (opts.exportImage) { if (opts.exportImage) {
customExportImage = opts.exportImage; customExportImage = opts.exportImage;
svgCanvas.bind('exported', checkCanvg(customExportImage)); svgCanvas.bind('exported', checkCanvg(customExportImage));
} }
}); });