Tests: Fix grammar error in comment

Changed it's to its.

Closes gh-1164
This commit is contained in:
Andrei Picus 2014-01-08 18:03:39 +02:00 committed by Scott González
parent a343d83a42
commit 0a01200138

View File

@ -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 ) {