(viewName)
| 43 | return scheduler2.config.drag_highlight && scheduler2.markTimespan; |
| 44 | } |
| 45 | function checkViewName(viewName) { |
| 46 | const viewObj = scheduler2.getView(viewName); |
| 47 | if (viewObj) { |
| 48 | return viewObj.layout; |
| 49 | } |
| 50 | return viewName; |
| 51 | } |
| 52 | function checkSectionPropertyName(viewName) { |
| 53 | const viewObj = scheduler2.getView(viewName); |
| 54 | if (viewObj.y_property) { |
no test coverage detected