From 6accda2ed79420f02658e5d7bf88d72e6680b984 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 24 Apr 2017 17:08:11 -0400 Subject: [PATCH] webstaff: adjust whitespace a bit Signed-off-by: Galen Charlton --- .../ui/default/staff/serials/directives/subscription_manager.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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') }); } } - }] +}] } }) -- 2.11.0