final clean up
This commit is contained in:
parent
bb0dab5434
commit
fc8dc28fb7
2 changed files with 1 additions and 14 deletions
13
bower.json
13
bower.json
|
@ -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"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -15,7 +15,7 @@ suite('Bärneruhr', function () {
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
// no work? goodbye!
|
// no work? goodbye!
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (uhr !== undefined) {
|
if (uhr !== undefined) {
|
||||||
cleanupCookies(uhr.id);
|
cleanupCookies(uhr.id);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue