Skip to content

Commit

Permalink
Revert "js/jquery.mobile.js: Change order of requirements to accommod…
Browse files Browse the repository at this point in the history
…ate enhance-time of filterable on checkboxradio. Fixes jquery-archive#6624 - The Filterable have not worked properly when filter-reveal type is 'true' in some case."

This reverts commit d67ac24.
  • Loading branch information
Gabriel Schulhof committed Oct 22, 2013
1 parent 02fb457 commit 51b9d23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/jquery.mobile.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ define([
"./jquery.mobile.grid",
"./widgets/navbar",
"./widgets/listview",
"./widgets/filterable",
"./widgets/filterable.backcompat",
"./widgets/listview.autodividers",
"./widgets/listview.hidedividers",
"./jquery.mobile.nojs",
Expand All @@ -47,8 +49,6 @@ define([
"./widgets/table",
"./widgets/table.columntoggle",
"./widgets/table.reflow",
"./widgets/filterable",
"./widgets/filterable.backcompat",
"./widgets/jquery.ui.tabs",
"./widgets/tabs",
"./jquery.mobile.zoom",
Expand Down

0 comments on commit 51b9d23

Please sign in to comment.