Skip to content

Commit

Permalink
Source formatting docs #21
Browse files Browse the repository at this point in the history
  • Loading branch information
zenorocha committed Mar 18, 2015
1 parent 1e60edf commit cda4072
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ console.log(${1:obj});
console.warn(${1:obj});
```

### [de] debugger

```javascript
debugger;
```

## DOM

### [ae] addEventListener
Expand Down Expand Up @@ -328,22 +334,16 @@ it('${1:description}');
alert('${1:msg}');
```
### [pm] prompt
```javascript
prompt('${1:msg}');
```
### [co] confirm
```javascript
confirm('${1:msg}');
```
### [de] debugger
### [pm] prompt
```javascript
debugger;
prompt('${1:msg}');
```
## Contributing
Expand Down

0 comments on commit cda4072

Please sign in to comment.