Skip to content

Commit

Permalink
remove this
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonykoerber committed Apr 12, 2016
1 parent 7d7a875 commit 92faac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/behaviors/nonscrollable.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
} else {
// only reset body if no opened instance
if (_openedInstances.size === 0) {
document.body.style.pointerEvents = this.__oldBodyPointer || '';
document.body.style.pointerEvents = __oldBodyPointer || '';
}
}
}
Expand Down

0 comments on commit 92faac3

Please sign in to comment.