mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Tests: Fix grammar error in comment
Changed it's to its. Closes gh-1164
This commit is contained in:
parent
a343d83a42
commit
0a01200138
@ -211,7 +211,7 @@ window.closeEnough = function( actual, expected, maxDifference, message ) {
|
||||
/*
|
||||
* Experimental assertion for comparing DOM objects.
|
||||
*
|
||||
* Serializes an element and some properties and attributes and it's children if any, otherwise the text.
|
||||
* Serializes an element and some properties and attributes and its children if any, otherwise the text.
|
||||
* Then compares the result using deepEqual.
|
||||
*/
|
||||
window.domEqual = function( selector, modifier, message ) {
|
||||
|
Loading…
Reference in New Issue
Block a user