From deeec5ff33576e3b57bce7dd24db6aa0d67eb90b Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 15 Oct 2018 09:49:34 -0400 Subject: beautify --- www/js/ionicUtils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/ionicUtils.js') diff --git a/www/js/ionicUtils.js b/www/js/ionicUtils.js index c5da1304..cf75d1f4 100644 --- a/www/js/ionicUtils.js +++ b/www/js/ionicUtils.js @@ -21,7 +21,7 @@ angular.module('ionic.utils', []) $window.localStorage[key] = JSON.stringify(value); }, getObject: function (key) { - + return JSON.parse($window.localStorage[key] || '{}'); } }; -- cgit v1.2.3