From: Bill Erickson Date: Mon, 19 Jun 2017 21:11:40 +0000 (-0400) Subject: Remove testrunner-breaking trailing JS comma X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f91286ead8f0ad15343747192211af7bd84ee075;p=evergreen%2Fpines.git Remove testrunner-breaking trailing JS comma Remove unnecessary comma that causes JS tests to fail, while allowing the code to run fine in the browser. Signed-off-by: Bill Erickson Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/web/js/ui/default/staff/services/startup.js b/Open-ILS/web/js/ui/default/staff/services/startup.js index f268ddba0c..ea57367fd1 100644 --- a/Open-ILS/web/js/ui/default/staff/services/startup.js +++ b/Open-ILS/web/js/ui/default/staff/services/startup.js @@ -35,7 +35,7 @@ function($q, $rootScope, $location, $window, egIDL, egAuth, egEnv , egOrg set['webstaff.format.date_and_time'] || 'short'; } ); - }, + } ); // returns true if we are staying on the current page