Skip to content

Commit

Permalink
Merge pull request #8 from sshilko/patch-2
Browse files Browse the repository at this point in the history
return actual server response
  • Loading branch information
infusion committed Jan 3, 2012
2 parents 800e97c + 53e077a commit aa76a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jscam.as
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ class JSCam {

var doc = new XML();
doc.onLoad = function(success) {
ExternalInterface.call("webcam.onSave", "done");
ExternalInterface.call("webcam.onSave", "done", this.toString());
}

sal.sendAndLoad(file, doc);
Expand Down

0 comments on commit aa76a68

Please sign in to comment.