Searched refs:adjacency (Results 1 – 1 of 1) sorted by relevance
1640 Abstract.Insertion = function(adjacency) { argument1641 this.adjacency = adjacency;1649 if (this.adjacency && this.element.insertAdjacentHTML) {1651 this.element.insertAdjacentHTML(this.adjacency, this.content);