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:
scottjehl 2011-03-13 21:59:51 -04:00
parent 80e72addde
commit 0f9eb85240

View file

@ -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",