()
| 220 | } |
| 221 | |
| 222 | function updateCursor () { |
| 223 | var body = document.getElement("body"); |
| 224 | if (isHovering || isDragging) { body.addClass("cursorDrag"); } |
| 225 | else { body.removeClass("cursorDrag"); } |
| 226 | } |
| 227 | |
| 228 | function updateDynamicLabelsShowing () { |
| 229 | tangle.element.getElements(".showOnDrag").each( function (hideEl) { |
no outgoing calls
no test coverage detected