Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Filterable: Remove invalid _trigger argument
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed Jan 14, 2014
1 parent abc9754 commit 819a0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/widgets/filterable.js
Expand Up @@ -62,7 +62,7 @@ $.widget( "mobile.filterable", {
}

this._timer = this._delay( function() {
this._trigger( "beforefilter", "beforefilter", { input: search } );
this._trigger( "beforefilter", null, { input: search } );

// Change val as lastval for next execution
search[ 0 ].setAttribute( "data-" + $.mobile.ns + "lastval", val );
Expand Down

0 comments on commit 819a0cd

Please sign in to comment.