Revision: 2862
Author: brettz9
Date: Thu May 22 11:01:11 2014 UTC
Log: Update JSLint global declarations
http://code.google.com/p/svg-edit/source/detail?r=2862
Modified:
/trunk/editor/svg-editor.js
/trunk/editor/svgcanvas.js
=======================================
--- /trunk/editor/svg-editor.js Thu May 22 10:21:29 2014 UTC
+++ /trunk/editor/svg-editor.js Thu May 22 11:01:11 2014 UTC
@@ -1,4 +1,4 @@
-/*globals svgEditor:true, globalStorage, widget, svgedit, canvg, jsPDF,
svgElementToPdf, jQuery, $, DOMParser, FileReader */
+/*globals svgEditor:true, globalStorage, widget, svgedit, canvg,
svgElementToPdf, jQuery, $, DOMParser, FileReader */
/*jslint vars: true, eqeq: true, todo: true, forin: true, continue: true,
regexp: true */
/*
* svg-editor.js
=======================================
--- /trunk/editor/svgcanvas.js Thu May 22 10:21:29 2014 UTC
+++ /trunk/editor/svgcanvas.js Thu May 22 11:01:11 2014 UTC
@@ -1,4 +1,4 @@
-/*globals $, svgedit, svgCanvas*/
+/*globals $, svgedit, svgCanvas, jsPDF*/
/*jslint vars: true, eqeq: true, todo: true, bitwise: true, continue:
true, forin: true */
/*
* svgcanvas.js