Mark DriveScannerService.setDrives() as private

This commit is contained in:
Juan Cruz Viotti 2016-04-01 12:13:12 -04:00
parent 321dca0b25
commit 5001d84e9a

View File

@ -57,7 +57,7 @@ driveScanner.service('DriveScannerService', function($q, $interval, $timeout) {
/**
* @summary Set the list of drives
* @function
* @public
* @private
*
* @param {Object[]} drives - drives
*