diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-04-24 09:04:58 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-04-24 09:04:58 -0400 |
commit | cbc5207c4101e370ada65ed6aaed7e7082c95dea (patch) | |
tree | bb66396b6280f46eba3128e0537904d737c073c2 /tests | |
parent | 88e141801cbd2d149f98d11f7674f35a9e06e288 (diff) | |
download | jquery-ui-cbc5207c4101e370ada65ed6aaed7e7082c95dea.tar.gz jquery-ui-cbc5207c4101e370ada65ed6aaed7e7082c95dea.zip |
Position tests: Fixed typo.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/position/position_core.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/position/position_core.js b/tests/unit/position/position_core.js index 0ebcabef3..837327b5d 100644 --- a/tests/unit/position/position_core.js +++ b/tests/unit/position/position_core.js @@ -310,7 +310,7 @@ test( "collision: fit, no collision", function() { }, "no offset" ); collisionTest({ - collition: "fit", + collision: "fit", at: "right+2 bottom+3" }, { top: 13, |