()
| 15302 | (function() { |
| 15303 | var events = ["onEmptyClick", "onViewChange", "onLightbox", "onBeforeEventDelete", "onBeforeDrag"]; |
| 15304 | var hiding_function = function() { |
| 15305 | scheduler2.hideQuickInfo(true); |
| 15306 | return true; |
| 15307 | }; |
| 15308 | for (var i = 0; i < events.length; i++) { |
| 15309 | scheduler2.attachEvent(events[i], hiding_function); |
| 15310 | } |
nothing calls this directly
no test coverage detected