Skip to content

Commit ddcacc1

Browse files
author
scottjehl
committed
changed from ternary to ||
1 parent 330f866 commit ddcacc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jquery.mobile.navigation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@
632632

633633
$.mobile.changePage({
634634
url: url,
635-
type: ( type ? type : 'get' ),
635+
type: type || "get",
636636
data: $(this).serialize()
637637
},
638638
undefined,

0 commit comments

Comments
 (0)