Skip to content

Commit

Permalink
Merge dde8313 into 473d7cf
Browse files Browse the repository at this point in the history
  • Loading branch information
tadatuta committed Feb 17, 2017
2 parents 473d7cf + dde8313 commit 81e18d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion touch.blocks/ua/__dom/ua__dom.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ provide(/** @exports */bemDom.declBlock(this.name,
.setMod('screen-size', ua.screenSize)
.setMod('svg', ua.svg? 'yes' : 'no')
.setMod('orient', ua.landscape? 'landscape' : 'portrait')
.bindToWin(
._domEvents(bemDom.win).on(
'orientchange',
function(e, data) {
ua.width = data.width;
Expand Down

0 comments on commit 81e18d4

Please sign in to comment.