diff --git a/editor/svgcanvas.js b/editor/svgcanvas.js index 9b46053f..13d0102a 100644 --- a/editor/svgcanvas.js +++ b/editor/svgcanvas.js @@ -48,7 +48,7 @@ if(window.opera) { var proxied = jQuery.fn.attr, svgns = "http://www.w3.org/2000/svg"; jQuery.fn.attr = function(key, value) { var len = this.length; - if(!len) return this; + if(!len) return proxied.apply(this, arguments); for(var i=0; i