Skip to content

Commit e7a33db

Browse files
committed
Removed deprecated navigation related properties:
$.mobile.updateHash $.mobile.urlstack in preparation for jQM 1.0.
1 parent 14bafc5 commit e7a33db

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

js/jquery.mobile.navigation.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -566,20 +566,12 @@
566566
}
567567
};
568568

569-
//update location.hash, with or without triggering hashchange event
570-
//TODO - deprecate this one at 1.0
571-
$.mobile.updateHash = path.set;
572-
573569
//expose path object on $.mobile
574570
$.mobile.path = path;
575571

576572
//expose base object on $.mobile
577573
$.mobile.base = base;
578574

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-
583575
//history stack
584576
$.mobile.urlHistory = urlHistory;
585577

0 commit comments

Comments
 (0)