From: Mike Rylander Date: Fri, 12 Dec 2014 19:02:29 +0000 (-0500) Subject: LP#1402797 Use .finally() instead of hash-y syntax~ X-Git-Tag: sprint4-merge-nov22~1664 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=27b3ee4e33c7b1c90325a019b04c1c96cc2f8773;p=working%2FEvergreen.git LP#1402797 Use .finally() instead of hash-y syntax~ Signed-off-by: Mike Rylander Signed-off-by: Kathy Lussier --- 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.