mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Fix typos, close gh-1187.
This commit is contained in:
parent
237413e75d
commit
f2cb536127
@ -165,3 +165,4 @@ Nguyen Phuc Lam <ruado1987@gmail.com>
|
|||||||
Dmitry Gusev <dmitry.gusev@gmail.com>
|
Dmitry Gusev <dmitry.gusev@gmail.com>
|
||||||
Michał Gołębiowski <m.goleb@gmail.com>
|
Michał Gołębiowski <m.goleb@gmail.com>
|
||||||
Steven Benner <admin@stevenbenner.com>
|
Steven Benner <admin@stevenbenner.com>
|
||||||
|
Li Xudong <istonelee@gmail.com>
|
||||||
|
@ -20,7 +20,7 @@ test( "jQuery.data & removeData, expected returns", function() {
|
|||||||
);
|
);
|
||||||
deepEqual(
|
deepEqual(
|
||||||
jQuery.data( elem, { goodnight: "moon" }), { goodnight: "moon" },
|
jQuery.data( elem, { goodnight: "moon" }), { goodnight: "moon" },
|
||||||
"jQuery.data( elem, key, obj ) returns obj"
|
"jQuery.data( elem, obj ) returns obj"
|
||||||
);
|
);
|
||||||
equal(
|
equal(
|
||||||
jQuery.removeData( elem, "hello" ), undefined,
|
jQuery.removeData( elem, "hello" ), undefined,
|
||||||
|
Loading…
Reference in New Issue
Block a user