From 07edada0dd034b0d03eab53199311ff2adc10bac Mon Sep 17 00:00:00 2001 From: John Bender Date: Mon, 29 Aug 2011 10:09:22 -0700 Subject: [PATCH] added todo to centralize page dom removal and ref counting Fixes #2329 --- js/jquery.mobile.forms.select.custom.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/js/jquery.mobile.forms.select.custom.js b/js/jquery.mobile.forms.select.custom.js index b319b588..5b2adf6d 100644 --- a/js/jquery.mobile.forms.select.custom.js +++ b/js/jquery.mobile.forms.select.custom.js @@ -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