blear.core.touch

1Introduction

2Example

var touch = require('blear.core.touch');

touch 内部使用的 Fastclick,自动执行了:

FastClick.attach(document.body);

touch 返回的是 blear.core.event

3Dependencies

4Reference