Merge pull request #1065 from yutavsky/master

$.cookie() support
This commit is contained in:
Diullei Gomes
2013-09-20 14:42:41 -07:00
+1
View File
@@ -17,6 +17,7 @@ interface JQueryCookieStatic {
raw?: boolean;
json?: boolean;
(): {[key:string]:string};
(name: string): any;
(name: string, value: string): void;
(name: string, value: string, options: JQueryCookieOptions): void;