Skip to content

Commit d0bf6cf

Browse files
committed
api.jquerymobile.com: added missing line at EOF and removed end of line spaces
1 parent f7748ce commit d0bf6cf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

entries/jQuery.mobile.path.makeUrlAbsolute.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
border-color: #108040;
2323
padding: 10px;
2424
}
25-
]]></css>
25+
]]></css>
2626
<html><![CDATA[
2727
<div data-role="content">
2828
<p>The absoulte URL used is http://foo.com/a/b/c/test.html</p>
@@ -35,18 +35,18 @@
3535
</div>]]></html>
3636
<code><![CDATA[
3737
$(document).ready(function() {
38-
38+
3939
$( ".myButton" ).on( "click", function() {
40-
40+
4141
var absUrl = $.mobile.path.makeUrlAbsolute( $( this ).attr( "value" ), "http://foo.com/a/b/c/test.html" );
42-
42+
4343
$( "#myResult" ).html( absUrl );
44-
})
44+
})
4545
});
4646
]]></code>
4747
</example>
4848
<longdesc>
4949
<p>This function returns a string that is an absolute version of the relative URL passed in.</p>
5050
</longdesc>
5151
<category slug="methods"/>
52-
</entry>
52+
</entry>

0 commit comments

Comments
 (0)