diff --git a/editor/extensions/ext-php_savefile.js b/editor/extensions/ext-php_savefile.js index 30512610..191ba0cb 100644 --- a/editor/extensions/ext-php_savefile.js +++ b/editor/extensions/ext-php_savefile.js @@ -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';