Skip to content
This repository has been archived by the owner on May 12, 2019. It is now read-only.

Commit

Permalink
Fixes #70
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Sep 11, 2015
1 parent fe8b32d commit 7110954
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions assets/js/src/main.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ $ ->
el = document.body
el.dataset.page = Uno.context()
el.dataset.device = Uno.device()
$(window).on "resize", Uno.device()
$(window).on "orientationchange", Uno.device()

Uno.readTime()
FastClick.attach el unless Uno.is 'device', 'desktop'
Expand Down

0 comments on commit 7110954

Please sign in to comment.