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