mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-04 20:54:46 +00:00
removed a TODO about changing the changePage function's arg structure. We can revisit this again if it ends up causing problems, but for now, it's not hurting anything and people are already using it. Fixes #1152
This commit is contained in:
parent
80e72addde
commit
0f9eb85240
1 changed files with 0 additions and 1 deletions
|
|
@ -279,7 +279,6 @@
|
|||
$.mobile.urlHistory = urlHistory;
|
||||
|
||||
// changepage function
|
||||
// TODO : consider moving args to an object hash
|
||||
$.mobile.changePage = function( to, transition, reverse, changeHash, fromHashChange ){
|
||||
//from is always the currently viewed page
|
||||
var toIsArray = $.type(to) === "array",
|
||||
|
|
|
|||
Loading…
Reference in a new issue