From 6b5d35c8da1a819df6ff74f17e7a3f94ff8f8219 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 --- 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.11.0