final clean up

This commit is contained in:
Manuel Friedli 2016-06-27 20:34:43 +02:00
parent bb0dab5434
commit fc8dc28fb7
2 changed files with 1 additions and 14 deletions

View File

@ -1,13 +0,0 @@
{
"name": "uhr",
"version": "8.0.4-dev.0",
"dependencies": {
"jquery": "~2.1.3",
"jquery-ui": "~1.11.2",
"jquery-cookie": "~1.4.1"
},
"devDependencies": {
"mocha": "~2.3.3",
"chai": "~3.3.0"
}
}

View File

@ -15,7 +15,7 @@ suite('Bärneruhr', function () {
} catch (e) {
// no work? goodbye!
return;
}
}
if (uhr !== undefined) {
cleanupCookies(uhr.id);
}