We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14bafc5 commit e7a33dbCopy full SHA for e7a33db
js/jquery.mobile.navigation.js
@@ -566,20 +566,12 @@
566
}
567
};
568
569
- //update location.hash, with or without triggering hashchange event
570
- //TODO - deprecate this one at 1.0
571
- $.mobile.updateHash = path.set;
572
-
573
//expose path object on $.mobile
574
$.mobile.path = path;
575
576
//expose base object on $.mobile
577
$.mobile.base = base;
578
579
- //url stack, useful when plugins need to be aware of previous pages viewed
580
- //TODO: deprecate this one at 1.0
581
- $.mobile.urlstack = urlHistory.stack;
582
583
//history stack
584
$.mobile.urlHistory = urlHistory;
585
0 commit comments