Sha256: 1a4cbf69976b24e5a3abbe5f3aa4f16aee0fa58c8bb1cf059c3c3709f514b6ac
Contents?: true
Size: 434 Bytes
Versions: 11
Compression:
Stored size: 434 Bytes
Contents
$debug("Defining HTMLTableCellElement"); /* * HTMLTableCellElement - DOM Level 2 * Implementation Provided by Steven Wood */ var HTMLTableCellElement = function(ownerDocument) { this.HTMLElement = HTMLElement; this.HTMLElement(ownerDocument); }; HTMLTableCellElement.prototype = new HTMLElement; __extend__(HTMLTableCellElement.prototype, { // TODO : }); // $w.HTMLTableCellElement = HTMLTableCellElement;
Version data entries
11 entries across 11 versions & 2 rubygems