We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff80fae commit 526c9a1Copy full SHA for 526c9a1
js/jquery.mobile.buttonMarkup.js
@@ -41,7 +41,7 @@ $.fn.buttonMarkup = function( options ) {
41
});
42
43
// Check if this element is already enhanced
44
- buttonElements = $.data(((e.tagName === "INPUT" || e.tagName === "BUTTON") ? e.parentNode : e), "buttonElements")
+ buttonElements = $.data(((e.tagName === "INPUT" || e.tagName === "BUTTON") ? e.parentNode : e), "buttonElements");
45
46
if (buttonElements) {
47
e = buttonElements.outer;
0 commit comments