Add missin param annotation caught by JSCS

This commit is contained in:
Juan Cruz Viotti 2016-01-31 21:15:40 -04:00
parent 28a6d786c8
commit bad9500bc6

View File

@ -103,6 +103,7 @@ imageWriter.service('ImageWriterService', function($q, $timeout) {
*
* @param {String} image - image path
* @param {Object} drive - drive
* @param {Function} onProgress - in progress callback (state)
*
* @returns {Promise}
*