$.cookie('n', null) -> $.removeCookie as of 1.4.0

This commit is contained in:
Chimo 2015-06-20 19:35:43 -04:00
parent 9e1d4bfbf0
commit a25d952ef9
1 changed files with 1 additions and 1 deletions

View File

@ -1297,7 +1297,7 @@ var SN = { // StatusNet
* @fixme what is this? * @fixme what is this?
*/ */
Delete: function () { Delete: function () {
$.cookie(SN.C.S.StatusNetInstance, null); $.removeCookie(SN.C.S.StatusNetInstance);
} }
}, },