Merge pull request #19592 from standy/patch-1

jquery.cookie: make cookie be no optional
This commit is contained in:
Arthur Ozga
2017-09-14 15:32:34 -07:00
committed by GitHub

View File

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