()
| 1000 | options.group = group; |
| 1001 | }, |
| 1002 | _hideGhostForTarget = function _hideGhostForTarget() { |
| 1003 | if (!supportCssPointerEvents && ghostEl) { |
| 1004 | css(ghostEl, 'display', 'none'); |
| 1005 | } |
| 1006 | }, |
| 1007 | _unhideGhostForTarget = function _unhideGhostForTarget() { |
| 1008 | if (!supportCssPointerEvents && ghostEl) { |
| 1009 | css(ghostEl, 'display', ''); |
no test coverage detected
searching dependent graphs…