From: Galen Charlton Date: Mon, 24 Apr 2017 21:08:11 +0000 (-0400) Subject: webstaff: adjust whitespace a bit X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6accda2ed79420f02658e5d7bf88d72e6680b984;p=working%2FEvergreen.git webstaff: adjust whitespace a bit Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/web/js/ui/default/staff/serials/directives/subscription_manager.js b/Open-ILS/web/js/ui/default/staff/serials/directives/subscription_manager.js index fb983ec589..65e9f628f7 100644 --- a/Open-ILS/web/js/ui/default/staff/serials/directives/subscription_manager.js +++ b/Open-ILS/web/js/ui/default/staff/serials/directives/subscription_manager.js @@ -9,9 +9,9 @@ angular.module('egSerialsAppDep') }, templateUrl: './serials/t_subscription_manager', controller: - ['$scope','$q','egSerialsCoreSvc','egCore','egGridDataProvider', - '$uibModal', - function($scope , $q , egSerialsCoreSvc , egCore , egGridDataProvider , + ['$scope','$q','egSerialsCoreSvc','egCore','egGridDataProvider', + '$uibModal', +function($scope , $q , egSerialsCoreSvc , egCore , egGridDataProvider , $uibModal) { egSerialsCoreSvc.fetch($scope.bibId).then(function() { $scope.subscriptions = egCore.idl.toTypedHash(egSerialsCoreSvc.subTree); @@ -187,7 +187,7 @@ angular.module('egSerialsAppDep') }); } } - }] +}] } })