More SVG refactoring: Fix comments, documentation, and for-in loops.

This commit is contained in:
Jürg Lehni 2012-11-02 16:51:42 -07:00
parent 88dff19f73
commit 80315e3e52
12 changed files with 126 additions and 130 deletions

View file

@ -11,7 +11,7 @@
// strokeWidth: 2,
// strokeCap: 'round'
};
ImportSvg.import(document.getElementById('svg'));
ImportSvg.importSvg(document.getElementById('svg'));
</script>
</head>
<body>