There was an error while loading. Please reload this page.
1 parent 49c2c25 commit b741af8Copy full SHA for b741af8
1 file changed
crates/rari-doc/src/sidebars/jsref.rs
@@ -165,9 +165,9 @@ struct JSRefItem {
165
pub constructors: Vec<Page>,
166
pub static_methods: Vec<Page>,
167
pub static_properties: Vec<Page>,
168
- pub handler_methods: Vec<Page>,
169
pub instance_methods: Vec<Page>,
170
pub instance_properties: Vec<Page>,
+ pub handler_methods: Vec<Page>,
171
}
172
173
fn is_prototyp_member_page(page_typ: PageType) -> bool {
@@ -286,9 +286,9 @@ impl JSRefItem {
286
constructors,
287
static_methods,
288
static_properties,
289
- handler_methods,
290
instance_methods,
291
instance_properties,
+ handler_methods,
292
293
294
0 commit comments