Merge pull request #27 from AlanZheng/master
authorTomas Mudrunka <tomas@mudrunka.cz>
Wed, 17 Oct 2018 11:36:54 +0000 (13:36 +0200)
committerGitHub <noreply@github.com>
Wed, 17 Oct 2018 11:36:54 +0000 (13:36 +0200)
fixed svgedit class name in script.js

script.js

index 1aed562aab25d974e7ca382581c1d7a8f6eb1a0a..89bf2b5299e889e6f435bdd64c81d1af11986b85 100644 (file)
--- a/script.js
+++ b/script.js
@@ -100,7 +100,7 @@ function svgedit_init() {
        field.parentNode.insertBefore(el, field);
 
        //create embedapi
-       window.svgedit = new embedded_svg_edit(jQuery('#svg__edit')[0]);
+       window.svgedit = new EmbeddedSVGEdit(jQuery('#svg__edit')[0]);
 
        //load image
        svgedit_load();
This page took 0.235877 seconds and 4 git commands to generate.