Skip to content

Commit aa76a68

Browse files
committed
Merge pull request infusion#8 from sshilko/patch-2
return actual server response
2 parents 800e97c + 53e077a commit aa76a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jscam.as

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ class JSCam {
196196

197197
var doc = new XML();
198198
doc.onLoad = function(success) {
199-
ExternalInterface.call("webcam.onSave", "done");
199+
ExternalInterface.call("webcam.onSave", "done", this.toString());
200200
}
201201

202202
sal.sendAndLoad(file, doc);

0 commit comments

Comments
 (0)