mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Whitespace.
This commit is contained in:
parent
ac43938c8c
commit
6bedc0af35
@ -79,7 +79,7 @@ test( "$.widget.extend()", function() {
|
||||
ret = $.widget.extend( { foo: "1,2,3" }, { foo: [1, 2, 3] } );
|
||||
strictEqual( typeof ret.foo, "object", "Check to make sure values equal with coersion (but not actually equal) overwrite correctly" );
|
||||
|
||||
ret = $.widget.extend( { foo:"bar" }, { foo:null } );
|
||||
ret = $.widget.extend( { foo: "bar" }, { foo: null } );
|
||||
strictEqual( typeof ret.foo, "object", "Make sure a null value doesn't crash with deep extend, for #1908" );
|
||||
|
||||
obj = { foo:null };
|
||||
|
Loading…
Reference in New Issue
Block a user