mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Updated to test new defaults property
This commit is contained in:
parent
90e1dab8cd
commit
d2bf7eed77
@ -35,3 +35,5 @@ $.cookie("test", testObject, cookieOptions);
|
||||
var result = <TestObject>$.cookie("test");
|
||||
|
||||
console.log(result.text);
|
||||
|
||||
$.cookie.defaults = cookieOptions;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user