/home/techb158/ileadtechnology.com/public/admin/bower_components/jvectormap/src
Edit: /home/techb158/ileadtechnology.com/public/admin/bower_components/jvectormap/src/svg-path-element.js (221B)
jvm.SVGPathElement = function(config, style){
jvm.SVGPathElement.parentClass.call(this, 'path', config, style);
this.node.setAttribute('fill-rule', 'evenodd');
}
jvm.inherits(jvm.SVGPathElement, jvm.SVGShapeElement);