utils/Minify.js: removed unused parameter "next" in minify()
Found by the Typescript compiler when doing an experimental conversion.
This commit is contained in:
parent
5d067406b1
commit
cdd4978973
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ function requestURIs(locations, method, headers, callback) {
|
|||
* @param req the Express request
|
||||
* @param res the Express response
|
||||
*/
|
||||
function minify(req, res, next)
|
||||
function minify(req, res)
|
||||
{
|
||||
var filename = req.params['filename'];
|
||||
|
||||
|
|
Loading…
Reference in a new issue