()
| 25 | // return this.gui.style.backgroundColor = this.color; |
| 26 | // } |
| 27 | initPosXY() { |
| 28 | this.gui.style.right = this.posXY.right + "px"; |
| 29 | this.gui.style.top = this.posXY.top + "px"; |
| 30 | } |
| 31 | callbackCSSstringSkipped() { |
| 32 | let tmpList = document.getElementsByClassName('property-name'); |
| 33 | for (let tmpCompo of tmpList) { |
no outgoing calls
no test coverage detected