Prettier fix

This commit is contained in:
Penar Musaraj 2019-04-02 11:56:21 -04:00
parent 40e1ba9d9a
commit 15e27d9e2c
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ export default Ember.Mixin.create({
if (target) { if (target) {
if (!this.site.mobileView) { if (!this.site.mobileView) {
let position = target.offset(); let position = target.offset();
if (target.parents('.d-header')) { if (target.parents(".d-header")) {
position = target.position(); position = target.position();
position.left += 10; position.left += 10;
} }