Skip to content

Commit 526c9a1

Browse files
committed
missing semi-colon
1 parent ff80fae commit 526c9a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jquery.mobile.buttonMarkup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $.fn.buttonMarkup = function( options ) {
4141
});
4242

4343
// Check if this element is already enhanced
44-
buttonElements = $.data(((e.tagName === "INPUT" || e.tagName === "BUTTON") ? e.parentNode : e), "buttonElements")
44+
buttonElements = $.data(((e.tagName === "INPUT" || e.tagName === "BUTTON") ? e.parentNode : e), "buttonElements");
4545

4646
if (buttonElements) {
4747
e = buttonElements.outer;

0 commit comments

Comments
 (0)