Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Stebner committed Jun 25, 2015
1 parent abdb738 commit fb725ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,8 @@ Include the JS file from the src folder before the `</body>`:
```javascript
iframeAlert('http://mydomain.com'); //optional second param is height (defaults to fill the viewport height)
```

```javascript
confirm(function(){ //override is enabled by default
confirm(function(){
console.log('confirmed!');
}, function(){
console.log('denied');
Expand Down

0 comments on commit fb725ac

Please sign in to comment.