Skip to content

Commit 951a9e4

Browse files
committed
Updated version info for .enableSelection() and .disableSelection().
1 parent 9ae3305 commit 951a9e4

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

entries/disableSelection.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
<entry type="method" name="disableSelection" return="jQuery">
33
<title>.disableSelection()</title>
44
<desc>Disable selection of text content within the set of matched elements.</desc>
5-
<signature>
6-
<deprecated>1.9</deprecated>
7-
</signature>
5+
<signature added="1.6" deprecated="1.9"/>
86
<longdesc>
97
<p>Disabling text selection is bad. Don't use this.</p>
108
</longdesc>

entries/enableSelection.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
<entry type="method" name="enableSelection" return="jQuery">
33
<title>.enableSelection()</title>
44
<desc>Enable selection of text content within the set of matched elements.</desc>
5-
<signature>
6-
<deprecated>1.9</deprecated>
7-
</signature>
5+
<signature added="1.6" deprecated="1.9"/>
86
<longdesc>
97
<p>The <code>.enableSelection()</code> method can be used to re-enable selection of text that was disabled via <a href="/disableSelection/"><code>.disableSelection()</code></a>.</p>
108
</longdesc>

0 commit comments

Comments
 (0)