Minor: Spacing
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2825 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -206,7 +206,7 @@ TODOS
|
||||
return function (win, data) {
|
||||
if (window.canvg) {
|
||||
callCanvg(win, data);
|
||||
} else { // Might not be set up yet
|
||||
} else { // Might not be set up yet
|
||||
$.getScript('canvg/rgbcolor.js', function() {
|
||||
$.getScript('canvg/canvg.js', function() {
|
||||
callCanvg(win, data);
|
||||
|
||||
Reference in New Issue
Block a user