* @private
()
| 962 | * @private |
| 963 | */ |
| 964 | bindEvents() { |
| 965 | this.bindUserEvents(); |
| 966 | if (this.options.responsive) { |
| 967 | this.bindResponsiveEvents(); |
| 968 | } else { |
| 969 | this.attached = true; |
| 970 | } |
| 971 | } |
| 972 | |
| 973 | /** |
| 974 | * @private |
no test coverage detected