]> source.dussan.org Git - jquery-ui.git/commitdiff
Tests: Fix grammar error in comment
authorAndrei Picus <office.nightcrawler@gmail.com>
Wed, 8 Jan 2014 16:03:39 +0000 (18:03 +0200)
committerScott González <scott.gonzalez@gmail.com>
Wed, 8 Jan 2014 16:43:59 +0000 (11:43 -0500)
Changed it's to its.

Closes gh-1164

tests/unit/testsuite.js

index ffd1e73de4e5a6cd3bc4b6df2ad3ab79fcb16922..e15d57a918f02d58201be2ea34e77d1a629cecf2 100644 (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 ) {