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

Make code as independent from jQuery as possible #6

Open
PaulTondeur opened this issue Sep 8, 2013 · 0 comments
Open

Make code as independent from jQuery as possible #6

PaulTondeur opened this issue Sep 8, 2013 · 0 comments

Comments

@PaulTondeur
Copy link
Member

The dependency on jQuery is minimal and in most cases not necessarily needed. jQuery is currently used for:

  • Setting the desired scope by using $.proxy within the AutoBind util
  • Setting the root element in the DOM and appending views to it by the ViewRecipe
  • Managing the Debug console

The use of $.proxy bothers me the most.

bassettsj added a commit to bassettsj/navigator.js that referenced this issue Mar 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant