removed extraneous comment

This commit is contained in:
ehynds 2010-12-07 15:49:54 -05:00
parent 8eb553f884
commit 9e30e54159

View file

@ -114,7 +114,6 @@ $.widget( "mobile.selectmenu", $.mobile.widget, {
return ret;
})(),
// TODO: how to enforce the height of the header w/o nsbp hack?
header = this.header = $( '<div data-role="header" data-nobackbtn="true"><h1>'+placeholder+'</h1></div>' )
.prependTo( listbox ),