LP#1402797 Use .finally() instead of hash-y syntax~
authorMike Rylander <mrylander@gmail.com>
Fri, 12 Dec 2014 19:02:29 +0000 (14:02 -0500)
committerBill Erickson <berickxx@gmail.com>
Thu, 12 Feb 2015 16:58:27 +0000 (11:58 -0500)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/web/js/ui/default/staff/circ/patron/checkout.js

index 1150026..1dff72b 100644 (file)
@@ -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.