()
| 287 | }, |
| 288 | |
| 289 | _hideGhostForTarget = function() { |
| 290 | if (!supportCssPointerEvents && ghostEl) { |
| 291 | css(ghostEl, 'display', 'none'); |
| 292 | } |
| 293 | }, |
| 294 | |
| 295 | _unhideGhostForTarget = function() { |
| 296 | if (!supportCssPointerEvents && ghostEl) { |
no test coverage detected
searching dependent graphs…