Skip to content

Commit

Permalink
Fix a missing parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
trochr authored Apr 25, 2019
1 parent 13ddb9b commit 1c7536b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions smartscroll.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ function deepCss(who, css) {
val = dv.getComputedStyle(who, "").getPropertyValue(css);
}
}
}
}
return val || "";
}
Expand Down

0 comments on commit 1c7536b

Please sign in to comment.