Remove unnecessary extra newline that confused some markdown previewers (in my case Atom.io).

This commit is contained in:
James Bunt
2014-04-23 11:00:09 +12:00
parent 731ae106bc
commit 3c504e9622

View File

@@ -137,7 +137,6 @@
```javascript
var someStack = [];
// bad
someStack[someStack.length] = 'abracadabra';