Sha256: bb72a2e51516cb3f663f25582c5a68d1f46d4a80e3473a14cfa1c080307992fc
Contents?: true
Size: 524 Bytes
Versions: 11
Compression:
Stored size: 524 Bytes
Contents
$debug("Defining SVGSVGElement"); /* * SVGSVGElement - DOM Level 2 */ var SVGSVGElement = function(ownerDocument) { SVGElement.apply(this,arguments); SVGStylable.apply(this,arguments); }; SVGSVGElement.prototype = new SVGElement; __extend__(SVGSVGElement.prototype, SVGStylable.prototype ); __extend__(SVGSVGElement.prototype, { }); SVGSVGElement.prototype.constructor = SVGSVGElement; // $w.SVGSVGElement = SVGSVGElement; // Local Variables: // espresso-indent-level:4 // c-basic-offset:4 // tab-width:4 // End:
Version data entries
11 entries across 11 versions & 2 rubygems