GUACAMOLE-422: Update documentation and style; tweaks to GuacamoleProtocolVersion implementation.

This commit is contained in:
Nick Couchman
2019-05-06 11:29:09 -04:00
parent 381bca07fd
commit d534a7085d
5 changed files with 49 additions and 14 deletions

View File

@@ -104,7 +104,8 @@ angular.module('settings').provider('preferenceService', ['$injector',
* by the JSTZ timezone library.
*
* @returns String
* The name of the currently-detected timezone.
* The name of the currently-detected timezone in tz database
* format.
*/
var getDetectedTimezone = function getDetectedTimezone() {
return jstz.determine().name();