From 6f0de450796a29e5a18f2bad4b3ea846138ea28a Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 13 Sep 2014 17:06:34 +0200 Subject: fix indention issues --- js/directive/NewsAutoFocus.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/directive/NewsAutoFocus.js') diff --git a/js/directive/NewsAutoFocus.js b/js/directive/NewsAutoFocus.js index 0fa4a77c7..422df4d78 100644 --- a/js/directive/NewsAutoFocus.js +++ b/js/directive/NewsAutoFocus.js @@ -18,7 +18,7 @@ app.directive('newsAutoFocus', function ($timeout) { // to combat $digest already in process error when route changes $timeout(function () { - toFocus.focus(); + toFocus.focus(); }, 0); }; }); \ No newline at end of file -- cgit v1.2.3