Skip to content

Commit d34bd93

Browse files
committed
fixed indentation in activePage example
1 parent 1091b2d commit d34bd93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entries/jQuery.mobile.activePage.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
<![CDATA[$(function() {
3838
$( ".myButton" ).on( "click", function() {
3939
var whichPageId = $.mobile.activePage.attr( "id" );
40-
$( ".myResult" ).html( "This is " + whichPageId );
41-
});
40+
$( ".myResult" ).html( "This is " + whichPageId );
4241
});
42+
});
4343
]]></code>
4444
</example>
4545
<category slug="properties"/>

0 commit comments

Comments
 (0)