Skip to content

Commit 0811e8f

Browse files
timmywilAurelioDeRosa
authored andcommitted
Manipulation: fix after/before xml parsing
Closes gh-859
1 parent 9560239 commit 0811e8f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

entries/after.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
</return>
3131
</argument>
3232
</signature>
33-
<signature>
33+
<signature>
3434
<added>1.10</added>
35-
<argument name="function" type="Function">
35+
<argument name="function-html" type="Function">
3636
<desc>A function that returns an HTML string, DOM element(s), or jQuery object to insert after each element in the set of matched elements. Receives the index position of the element in the set and the old HTML value of the element as arguments. Within the function, <code>this</code> refers to the current element in the set.</desc>
3737
<argument name="index" type="Integer" />
3838
<argument name="html" type="String" />

entries/before.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</signature>
3434
<signature>
3535
<added>1.10</added>
36-
<argument name="function" type="Function">
36+
<argument name="function-html" type="Function">
3737
<argument name="index" type="Integer" />
3838
<argument name="html" type="String" />
3939
<return>

0 commit comments

Comments
 (0)