Remove testrunner-breaking trailing JS comma
authorBill Erickson <berickxx@gmail.com>
Mon, 19 Jun 2017 21:11:40 +0000 (17:11 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Mon, 19 Jun 2017 21:30:05 +0000 (17:30 -0400)
Remove unnecessary comma that causes JS tests to fail, while allowing
the code to run fine in the browser.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/web/js/ui/default/staff/services/startup.js

index f268ddb..ea57367 100644 (file)
@@ -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