Skip to content

Commit 07edada

Browse files
committed
added todo to centralize page dom removal and ref counting Fixes jquery-archive#2329
1 parent bddc8c8 commit 07edada

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

js/jquery.mobile.forms.select.custom.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,9 @@
245245
var self = this;
246246

247247
if ( self.menuType == "page" ) {
248+
// TODO centralize page removal binding / handling in the page plugin.
249+
// Suggestion from @jblas to do refcounting
250+
//
248251
// rebind the page remove that was unbound in the open function
249252
// to allow for the parent page removal from actions other than the use
250253
// of a dialog sized custom select

0 commit comments

Comments
 (0)