Skip to content

Commit

Permalink
Upload v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelodolza committed Jan 13, 2017
1 parent 435140c commit 7c3939d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ npm install izitoast --save

#### bower
```
bower install izitoast
bower install izitoast --save
```

___
Expand Down
2 changes: 0 additions & 2 deletions dist/js/iziToast.js
Original file line number Diff line number Diff line change
Expand Up @@ -764,12 +764,10 @@
if (ACCEPTSTOUCH) {

$toast.addEventListener('touchstart', function(e) {
e.preventDefault();
drag.startMoving(this, that, settings, e);
}, false);

$toast.addEventListener('touchend', function(e) {
e.preventDefault();
drag.stopMoving(this, e);
}, false);
} else {
Expand Down
Loading

0 comments on commit 7c3939d

Please sign in to comment.