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

updated npm with missing packages commented out missing test config f… #93

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zanderi
Copy link

@zanderi zanderi commented Nov 19, 2015

Updated npm with missing packages commented out missing test config file, and updated the bind events to use latest jquery method

FIXES #54

As of jQuery 1.7, the .on() method is the preferred method for attaching event handlers to a document. For earlier versions, the .bind() method is used for attaching an event handler directly to elements. Handlers are attached to the currently selected elements in the jQuery object, so those elements must exist at the point the call to .bind() occurs.

Additionally, for users to ensure that the orientation change method functions they should be using a compatible viewport tag with initial-scale=1
<meta name="viewport" content="width=device-width, initial-scale=1">

…ile, and updated the bind events to use latest jquery method
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

Successfully merging this pull request may close these issues.

None yet

1 participant