Small variable name change.

This commit is contained in:
Jürg Lehni 2013-11-02 21:26:32 +01:00
parent 056dcceacc
commit af1c6830e0

View file

@ -501,9 +501,9 @@ new function() {
options = { onLoad: options };
// Remember current scope so we can restore it in the callback.
var scope = paper;
return Http.request('get', node, function(xml) {
return Http.request('get', node, function(svg) {
paper = scope;
var item = importSVG(xml, isRoot, options),
var item = importSVG(svg, isRoot, options),
onLoad = options.onLoad,
view = scope.project && scope.project.view;
if (onLoad)