pukhalski / tap

1Kb library for easy unified handling of user interactions such as mouse, touch and pointer events.
https://github.com/pukhalski/tap/archive/master.zip
MIT License
527 stars 45 forks source link

Refactoring #6

Closed ezhlobo closed 10 years ago

ezhlobo commented 10 years ago

Changes:

I think we can disable default action for browsers w/o touch events.

ezhlobo commented 10 years ago

I’ve splitted code on 4 files:

Renamed dist directory to build. I think it’s more logic.

ezhlobo commented 10 years ago

All methods and variables of library is private since now. export.js removed.

Renamed build to dist back (it’s more common, see jquery for example).

pukhalski commented 10 years ago

Thanks, @ezhlobo. Reviewed and merged.

Need to add comments there with the next iteration. I can handle it if it's OK for you.