The wave gadget can't rely on the editor initializing on the 'ready' event, so make it a function and handle the 'ready' event from the svg-editor.html file

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@54 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Vidar Hokstad
2009-06-07 13:11:01 +00:00
parent 7e9e85f9d3
commit e9024ed4cc
2 changed files with 6 additions and 3 deletions

View File

@@ -128,5 +128,9 @@
</div>
<script type="text/javascript">
$(document).ready(svg_edit_setup);
</script>
</body>
</html>