Param name on same line as type

This commit is contained in:
Tim Schaub
2018-07-23 15:26:01 -07:00
parent 6cdfbe3116
commit 6f22f1b7ac
7 changed files with 9 additions and 18 deletions

View File

@@ -734,8 +734,7 @@ function writeProperty(node, pair, objectStack) {
/**
* @param {Node} node Node.
* @param {{vendorId: string, safeToIgnore: boolean, value: string}}
* nativeElement The native element.
* @param {{vendorId: string, safeToIgnore: boolean, value: string}} nativeElement The native element.
* @param {Array.<*>} objectStack Node stack.
*/
function writeNative(node, nativeElement, objectStack) {