"declare each variable on a newline"

for consistency with another rule below
This commit is contained in:
nicoder
2013-10-10 23:05:17 +02:00
parent c8442b484c
commit 701311ecd9

View File

@@ -220,7 +220,8 @@
```javascript
var items,
messages,
length, i;
length,
i;
messages = [{
state: 'success',