Add semicolon to named function expression variable declaration

This commit is contained in:
Jeff Cousins
2017-01-09 17:10:10 -06:00
parent 2df021eb83
commit b7aabb938d

View File

@@ -1671,7 +1671,7 @@ Other Style Guides
var named = function named() {
console.log('named');
}
};
}
```