GUAC-1193: Fix documentation of historyRecords property.

This commit is contained in:
Michael Jumper
2015-10-15 15:23:07 -07:00
parent 854e7e8196
commit a24e754c80

View File

@@ -53,9 +53,10 @@ angular.module('settings').directive('guacSettingsConnectionHistory', [function
$scope.dataSource = $routeParams.dataSource;
/**
* The identifier of the currently-selected data source.
* All matching connection history records, or null if these
* records have not yet been retrieved.
*
* @type String
* @type ConnectionHistoryEntry[]
*/
$scope.historyRecords = null;