JSLint extensions
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2695 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
/*globals svgEditor, svgCanvas, canvg, $*/
|
||||
/*globals svgEditor, svgedit, svgCanvas, canvg, $*/
|
||||
/*jslint eqeq: true*/
|
||||
/*
|
||||
* ext-server_opensave.js
|
||||
*
|
||||
@@ -70,7 +71,7 @@ svgEditor.addExtension("server_opensave", {
|
||||
canvg(c, data.svg, {renderCallback: function() {
|
||||
var pre, filename, suffix,
|
||||
datauri = quality ? c.toDataURL(mimeType, quality) : c.toDataURL(mimeType),
|
||||
uiStrings = svgEditor.uiStrings,
|
||||
// uiStrings = svgEditor.uiStrings,
|
||||
note = '';
|
||||
|
||||
// Check if there are issues
|
||||
|
||||
Reference in New Issue
Block a user