mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-08 00:20:59 +00:00
added todo to centralize page dom removal and ref counting Fixes #2329
This commit is contained in:
parent
bddc8c8ed2
commit
07edada0dd
1 changed files with 3 additions and 0 deletions
|
|
@ -245,6 +245,9 @@
|
|||
var self = this;
|
||||
|
||||
if ( self.menuType == "page" ) {
|
||||
// TODO centralize page removal binding / handling in the page plugin.
|
||||
// Suggestion from @jblas to do refcounting
|
||||
//
|
||||
// rebind the page remove that was unbound in the open function
|
||||
// to allow for the parent page removal from actions other than the use
|
||||
// of a dialog sized custom select
|
||||
|
|
|
|||
Loading…
Reference in a new issue