Skip to content

Commit

Permalink
Implement fix from adgsm#152 for jquery3
Browse files Browse the repository at this point in the history
  • Loading branch information
aivins committed Aug 30, 2016
1 parent 80dda89 commit fb5f76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.multilevelpushmenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
this.each(function(){
var instance = this,
$this = $( this ),
$container = ( $this.context != undefined ) ? $this : $( 'body' ),
$container = $this,
menu = ( options && options.menu != undefined ) ? options.menu : $this.find( 'nav' ),
clickEventType, dragEventType;

Expand Down

0 comments on commit fb5f76d

Please sign in to comment.