GUACAMOLE-1396: Update comment block to have correct array type for actions field

This commit is contained in:
Timothy Worcester
2021-08-06 11:15:35 -04:00
parent 1b8bc9754d
commit ff5eeff283

View File

@@ -77,12 +77,12 @@ angular.module('notification').factory('guacNotification', ['$injector',
* 'text' : {
* 'key' : 'NAMESPACE.SOME_TRANSLATION_KEY'
* },
* 'actions' : {
* 'actions' : [{
* 'name' : 'reconnect',
* 'callback' : function () {
* // Reconnection code goes here
* }
* }
* }]
* });
*
* // To hide the status message