Skip to content

Commit

Permalink
Fix issue iissnan#1942.
Browse files Browse the repository at this point in the history
  • Loading branch information
geekrainy authored and wafer-li committed Dec 29, 2017
1 parent 6503455 commit 567dc0c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions source/lib/canvas-ribbon/canvas-ribbon.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
* Created by zproo on 2017/4/8.
*/
!function () {
document.addEventListener('touchmove', function (e) {
e.preventDefault()
});

function getAttr(script, attr, default_val) {
return Number(script.getAttribute(attr)) || default_val;
}
Expand Down

0 comments on commit 567dc0c

Please sign in to comment.