Update jQuery Cookie to v1.2.0
authorpaladox <thomasmulhall410@yahoo.com>
Thu, 12 Jun 2014 19:45:54 +0000 (12:45 -0700)
committerKrinkle <krinklemail@gmail.com>
Sat, 12 Jul 2014 10:26:15 +0000 (10:26 +0000)
commit5ec8e1ed10046ed21eef593b4e7629f1ff06ce37
tree78a4107bb177fab6db9d66fed3a16c100d7894da
parentcc543d28e14d7ef96a79cef539addb12708fd724
Update jQuery Cookie to v1.2.0

Source

* https://github.com/carhartl/jquery-cookie/blob/v1.2.0/jquery.cookie.js

Change log

* https://github.com/carhartl/jquery-cookie/blob/v1.2.0/CHANGELOG.md

README

* https://github.com/carhartl/jquery-cookie/blob/v1.2.0/README.md

We're upgrading from an early alpha version of v1.1 (faa09dc).
The main change is the addition of $.removeCookie() for deleting cookies,
usage of $.cookie('key', null) has been deprecated.

We should eventually upgrade to v1.4.1, but that has a breaking change.
Namely, it drops support for $.cookie('key', null) which needs to be
replaced by $.removeCookie which didn't exist until v1.2.0.

Change-Id: I511138518fcd8bffc86fc3feaf5dbe253c7d786f
RELEASE-NOTES-1.24
resources/lib/jquery/jquery.cookie.js