Skip to content

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

Open
zanderi wants to merge 1 commit into
liabru:masterfrom
zanderi:master
Open

updated npm with missing packages commented out missing test config f…#93
zanderi wants to merge 1 commit into
liabru:masterfrom
zanderi:master

Conversation

@zanderi
Copy link
Copy Markdown

@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.

1 participant