[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
xampp182
/
htdocs
/
repository
/
assets
/
bower_components
/
jvectormap
/
src
/
[
Home
]
File: svg-text-element.js
jvm.SVGTextElement = function(config, style){ jvm.SVGTextElement.parentClass.call(this, 'text', config, style); } jvm.inherits(jvm.SVGTextElement, jvm.SVGShapeElement); jvm.SVGTextElement.prototype.applyAttr = function(attr, value){ if (attr === 'text') { this.node.textContent = value; } else { jvm.SVGTextElement.parentClass.prototype.applyAttr.apply(this, arguments); } };