From 4869968c8f28c0dea5c5b8225908f8d2cc9916f9 Mon Sep 17 00:00:00 2001 From: Nick Couchman Date: Fri, 2 Mar 2018 21:35:55 -0500 Subject: [PATCH] GUACAMOLE-508: Style and comment fix-ups. --- .../webapp/app/navigation/services/userPageService.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/guacamole/src/main/webapp/app/navigation/services/userPageService.js b/guacamole/src/main/webapp/app/navigation/services/userPageService.js index aff16b597..6100237f0 100644 --- a/guacamole/src/main/webapp/app/navigation/services/userPageService.js +++ b/guacamole/src/main/webapp/app/navigation/services/userPageService.js @@ -57,14 +57,22 @@ angular.module('navigation').factory('userPageService', ['$injector', * A map of all root connection groups visible to the current user, * where each key is the identifier of the corresponding data source. * + * @param {Object.} permissions + * A map of all permissions granted to the current user, where each + * key is the identifier of the corresponding data source. + * + * @param {Object. 1) return SYSTEM_HOME_PAGE;