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