diff options
author | Andrei Picus <office.nightcrawler@gmail.com> | 2014-01-08 18:03:39 +0200 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2014-01-08 11:43:59 -0500 |
commit | 0a012001381fbf6b963def7260cfb5b2871de35e (patch) | |
tree | 29a2b252180500b0dedef343c01e2f4c0580336e /tests/unit | |
parent | a343d83a4268d35b9072b3092b079248a86545ca (diff) | |
download | jquery-ui-0a012001381fbf6b963def7260cfb5b2871de35e.tar.gz jquery-ui-0a012001381fbf6b963def7260cfb5b2871de35e.zip |
Tests: Fix grammar error in comment
Changed it's to its.
Closes gh-1164
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/testsuite.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/testsuite.js b/tests/unit/testsuite.js index ffd1e73de..e15d57a91 100644 --- a/tests/unit/testsuite.js +++ b/tests/unit/testsuite.js @@ -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 ) { |