Searched refs:sourceExpand (Results 1 – 1 of 1) sorted by relevance
15 sourceExpand: HTMLElement; property in Snapper23 snapper.sourceExpand = document.getElementById(C.SOURCE_EXPAND_ID);47 this.setSourceExpanded(!this.sourceExpand.classList.contains("invisible"));52 this.sourceExpand.classList.toggle("invisible", newState);57 if (this.sourceExpand.classList.contains("invisible") === newState) return;