diff options
author | stonelee <istonelee@gmail.com> | 2013-03-01 09:24:21 +0800 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2013-03-25 21:58:47 -0400 |
commit | f2cb536127952a30a1b7edc34765e9e1313145e9 (patch) | |
tree | 96949eba0877ce978e7b49f668e19b5bef0acb24 /test/unit/data.js | |
parent | 237413e75dd3c4b76b0f9ced117f1c9c9cb98ac5 (diff) | |
download | jquery-f2cb536127952a30a1b7edc34765e9e1313145e9.tar.gz jquery-f2cb536127952a30a1b7edc34765e9e1313145e9.zip |
Fix typos, close gh-1187.
Diffstat (limited to 'test/unit/data.js')
-rw-r--r-- | test/unit/data.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/data.js b/test/unit/data.js index 47ff96b62..b308171b5 100644 --- a/test/unit/data.js +++ b/test/unit/data.js @@ -20,7 +20,7 @@ test( "jQuery.data & removeData, expected returns", function() { ); deepEqual( jQuery.data( elem, { goodnight: "moon" }), { goodnight: "moon" }, - "jQuery.data( elem, key, obj ) returns obj" + "jQuery.data( elem, obj ) returns obj" ); equal( jQuery.removeData( elem, "hello" ), undefined, |