MCPcopy
hub / github.com/iChochy/NCE / bindAllEvents

Method bindAllEvents

js/ReadingSystem.js:890–899  ·  view source on GitHub ↗

* 绑定所有事件

()

Source from the content-addressed store, hash-verified

888 * 绑定所有事件
889 */
890 bindAllEvents() {
891 this.bindBookSelects();
892 this.bindUnitList();
893 this.bindUnitSelect();
894 this.bindLyrics();
895 this.bindPlayerControls();
896 this.bindNavigation();
897 this.bindTranslationToggle();
898 this.bindWindowEvents();
899 }
900
901 /**
902 * 绑定课本选择事件

Callers 1

initMethod · 0.95

Calls 8

bindBookSelectsMethod · 0.95
bindUnitListMethod · 0.95
bindUnitSelectMethod · 0.95
bindLyricsMethod · 0.95
bindPlayerControlsMethod · 0.95
bindNavigationMethod · 0.95
bindTranslationToggleMethod · 0.95
bindWindowEventsMethod · 0.95

Tested by

no test coverage detected