Minor: Avoid internal use of svgEditor, fix comment

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2706 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Brett Zamir
2014-02-18 23:57:49 +00:00
parent e463b43220
commit 51dcf01415
2 changed files with 15 additions and 14 deletions

View File

@@ -167,7 +167,7 @@ svgEditor.addExtension("server_opensave", {
function submit() {
// This submits the form, which returns the file data using svgEditor.uploadSVG
// This submits the form, which returns the file data using svgEditor.processFile()
form.submit();
rebuildInput(form);
@@ -190,7 +190,7 @@ svgEditor.addExtension("server_opensave", {
});
} else {
inp.change(function() {
// This submits the form, which returns the file data using svgEditor.uploadSVG
// This submits the form, which returns the file data using svgEditor.processFile()
submit();
});
}