Update extensions for new SVG-Edit API

This commit is contained in:
Jacques Distler 2010-03-12 10:48:27 -06:00
parent 9636cab11e
commit c946c331e1
5 changed files with 5 additions and 15 deletions

View file

@ -8,8 +8,7 @@
*/
$(function() {
svgCanvas.addExtension("Arrows", function(S) {
svgEditor.addExtension("Arrows", function(S) {
var svgcontent = S.svgcontent,
addElem = S.addSvgElementFromJson,
nonce = S.nonce,
@ -294,5 +293,4 @@ $(function() {
}
};
});
});