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/build/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/build/app.js') diff --git a/js/build/app.js b/js/build/app.js index 113183ad1..56337a2fe 100644 --- a/js/build/app.js +++ b/js/build/app.js @@ -1712,7 +1712,7 @@ app.directive('newsAutoFocus', ["$timeout", function ($timeout) { // to combat $digest already in process error when route changes $timeout(function () { - toFocus.focus(); + toFocus.focus(); }, 0); }; }]); -- cgit v1.2.3