(value)
| 3074 | } |
| 3075 | |
| 3076 | function readingViewIs(value) |
| 3077 | { |
| 3078 | if(value == 'scroll' && _config.readingWebtoon) |
| 3079 | return true; |
| 3080 | |
| 3081 | if((_config.readingView == value || (value == 'compact' && _config.readingView != 'scroll' && _config.readingView != 'slide')) && !_config.readingWebtoon) |
| 3082 | return true; |
| 3083 | |
| 3084 | return false; |
| 3085 | } |
| 3086 | |
| 3087 | function readingView() |
| 3088 | { |
no outgoing calls
no test coverage detected