From f91286ead8f0ad15343747192211af7bd84ee075 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 19 Jun 2017 17:11:40 -0400 Subject: [PATCH] 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 --- Open-ILS/web/js/ui/default/staff/services/startup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2