We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bddc8c8 commit 07edadaCopy full SHA for 07edada
js/jquery.mobile.forms.select.custom.js
@@ -245,6 +245,9 @@
245
var self = this;
246
247
if ( self.menuType == "page" ) {
248
+ // TODO centralize page removal binding / handling in the page plugin.
249
+ // Suggestion from @jblas to do refcounting
250
+ //
251
// rebind the page remove that was unbound in the open function
252
// to allow for the parent page removal from actions other than the use
253
// of a dialog sized custom select
0 commit comments