From 64b712e25b76f31400d95d00723888abdf7a989d Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Mon, 30 Jun 2014 18:10:53 +0400 Subject: [PATCH] Minor fixes --- app/js/lib/ng_utils.js | 2 +- app/partials/head.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/js/lib/ng_utils.js b/app/js/lib/ng_utils.js index b51f0e37..0bf4d104 100644 --- a/app/js/lib/ng_utils.js +++ b/app/js/lib/ng_utils.js @@ -292,7 +292,7 @@ angular.module('izhukov.utils', []) openDbPromise, storageIsAvailable = $window.indexedDB !== undefined && $window.IDBTransaction !== undefined; - function isAvailable (argument) { + function isAvailable () { return storageIsAvailable; } diff --git a/app/partials/head.html b/app/partials/head.html index 952970f1..a98e8b00 100644 --- a/app/partials/head.html +++ b/app/partials/head.html @@ -40,7 +40,7 @@ - +