Implementation of merge back-end & UI
[scpubgit/stemmaweb.git] / root / js / stexaminer.js
index 67bd657..a846cd0 100644 (file)
@@ -48,7 +48,7 @@ function loadSVG(svgData, cb) {
                        if( cb ) {
                                cb.call();
                        }
-                       theSVG.width( "100%" );
+                       theSVG.attr( 'width', '100%' );
                }
        });
 }