Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various events-related improvements #15133

Merged
merged 10 commits into from Jan 21, 2017

Make TransitionEvent::new_inherited private

  • Loading branch information
nox committed Jan 21, 2017
commit 7b4050ea10e591fae0bc980f0adc08173cf64571
@@ -24,7 +24,7 @@ pub struct TransitionEvent {
}

impl TransitionEvent {
pub fn new_inherited(init: &TransitionEventInit) -> TransitionEvent {
fn new_inherited(init: &TransitionEventInit) -> TransitionEvent {
TransitionEvent {
event: Event::new_inherited(),
property_name: Atom::from(init.propertyName.clone()),
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.