Fix missing option argument

master
Christopher Chedeau 2017-01-06 19:56:30 -08:00
parent 9c72530589
commit c5ff571c6d
1 changed files with 1 additions and 1 deletions

View File

@ -1810,7 +1810,7 @@ function printObjectMethod(path, options, print) {
}
parts.push(
printFunctionParams(path, print),
printFunctionParams(path, print, options),
printReturnType(path, print),
" ",
path.call(print, "body")