Possible todo to support server-side saving of exports as well

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2660 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Brett Zamir 2014-01-31 13:12:52 +00:00
parent f67b3f3e4f
commit 496ee1e875
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
/*globals $, svgCanvas, svgEditor*/
/*jslint regexp:true*/
// TODO: Might add support for "exportImage" custom
// handler as in "ext-server_opensave.js" (and in savefile.php)
svgEditor.addExtension("php_savefile", {
callback: function() {
'use strict';