|
@@ -4,7 +4,7 @@
|
|
|
//! cheap and *very* fast to construct - building a full tree should be quick.
|
|
|
|
|
|
use crate::{
|
|
|
- innerlude::{ComponentPtr, Element, Properties, Scope, ScopeId, ScopeState, AttributeValue},
|
|
|
+ innerlude::{AttributeValue, ComponentPtr, Element, Properties, Scope, ScopeId, ScopeState},
|
|
|
lazynodes::LazyNodes,
|
|
|
AnyEvent, Component,
|
|
|
};
|
|
@@ -357,7 +357,6 @@ pub struct Attribute<'a> {
|
|
|
pub namespace: Option<&'static str>,
|
|
|
}
|
|
|
|
|
|
-
|
|
|
/// An event listener.
|
|
|
/// IE onclick, onkeydown, etc
|
|
|
pub struct Listener<'bump> {
|