Guest User

Untitled

a guest
Oct 21st, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. var border = parseInt(
  2. getStyle.getPropertyValue('border-top-width')
  3. ) +
  4. parseInt(
  5. getStyle.getPropertyValue('border-bottom-width')
  6. )
  7. ;
Add Comment
Please, Sign In to add comment