From 27b3ee4e33c7b1c90325a019b04c1c96cc2f8773 Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Fri, 12 Dec 2014 14:02:29 -0500 Subject: [PATCH] LP#1402797 Use .finally() instead of hash-y syntax~ Signed-off-by: Mike Rylander Signed-off-by: Kathy Lussier --- Open-ILS/web/js/ui/default/staff/circ/patron/checkout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/js/ui/default/staff/circ/patron/checkout.js b/Open-ILS/web/js/ui/default/staff/circ/patron/checkout.js index 11500264ae..1dff72bf8d 100644 --- a/Open-ILS/web/js/ui/default/staff/circ/patron/checkout.js +++ b/Open-ILS/web/js/ui/default/staff/circ/patron/checkout.js @@ -140,7 +140,7 @@ function($scope , $q , $modal , $routeParams , egCore , egUser , patronSvc , $scope.gridDataProvider.refresh(); } - )['finally'](function() { + ).finally(function() { // regardless of the outcome of the circ, remove the // barcode from the pending list. -- 2.11.0