Fix typos, close gh-1187.

This commit is contained in:
stonelee 2013-03-01 09:24:21 +08:00 committed by Dave Methvin
parent 237413e75d
commit f2cb536127
2 changed files with 2 additions and 1 deletions

View File

@ -165,3 +165,4 @@ Nguyen Phuc Lam <ruado1987@gmail.com>
Dmitry Gusev <dmitry.gusev@gmail.com>
Michał Gołębiowski <m.goleb@gmail.com>
Steven Benner <admin@stevenbenner.com>
Li Xudong <istonelee@gmail.com>

View File

@ -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,