Skip to content

Commit 19b38fb

Browse files
AurelioDeRosaarthurvr
authored andcommitted
data: Removed trailing space
Closes jquerygh-672
1 parent e196de1 commit 19b38fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/data.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<desc>Store arbitrary data associated with the matched elements.</desc>
2222
<longdesc>
2323
<p>The <code>.data()</code> method allows us to attach data of any type to DOM elements in a way that is safe from circular references and therefore from memory leaks.</p>
24-
<p> We can set several distinct values for a single element and retrieve them later:</p>
24+
<p>We can set several distinct values for a single element and retrieve them later:</p>
2525
<pre><code>
2626
$( "body" ).data( "foo", 52 );
2727
$( "body" ).data( "bar", { myType: "test", count: 40 } );

0 commit comments

Comments
 (0)