-
Notifications
You must be signed in to change notification settings - Fork 2
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
Create withJQuery mixin #2
Comments
Yay! |
@PhUU I can take this if you want. |
Not sure withJQuery is the best name - will be confusing when you use it with other $ providing libraries (Zepto comes to mind). |
@giuseppeg — that would be awesome, although I'd wait until we've refactored jQuery out as it will likely strongly affect the mixin. Probably we're going to have a way to swap out the implementation of the DOM interface ( |
@PhUU makes sense |
This is great news |
@giuseppeg — I'd say we're getting pretty close to being able to do this. Perhaps we could start talking in general terms about how to make the dom-layer 'pluggable' over in this issue? |
@PhUU yeah we should figure that solution out first imo. |
In v2, jQuery will no longer be a dependency of Flight, so we need a mixin to add
this.$node
etc back.The text was updated successfully, but these errors were encountered: