mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-17 12:16:38 +08:00
Merge pull request #19592 from standy/patch-1
jquery.cookie: make cookie be no optional
This commit is contained in:
2
types/jquery.cookie/index.d.ts
vendored
2
types/jquery.cookie/index.d.ts
vendored
@@ -92,7 +92,7 @@ interface JQueryStatic {
|
||||
/**
|
||||
* A simple, lightweight jQuery plugin for reading, writing and deleting cookies.
|
||||
*/
|
||||
cookie?: JQueryCookieStatic;
|
||||
cookie: JQueryCookieStatic;
|
||||
/**
|
||||
* Deletes a cookie
|
||||
* @param name Name of cookie to delete
|
||||
|
||||
Reference in New Issue
Block a user