Updated Ahoy.js to 0.3.1 [skip ci]

Andrew committed Mar 15, 2018
commit ad748f3ca24db4d158732fc5efad856abd927a77
Showing 1 changed file with 1 additions and 2 deletions
vendor/assets/javascripts/ahoy.js +1 -2
@@ @@ -98,7 +98,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
* Ahoy.js
* Simple, powerful JavaScript analytics
* https://github.com/ankane/ahoy.js
- * v0.3.0
+ * v0.3.1
* MIT License
*/
@@ @@ -219,7 +219,6 @@ function generateId() {
}
function saveEventQueue() {
- // TODO add stringify method for IE 7 and under
if (canStringify) {
setCookie("ahoy_events", JSON.stringify(eventQueue), 1);
}