Skip to content

Commit

Permalink
Merge pull request camsong#129 from zzzgit/patch-1
Browse files Browse the repository at this point in the history
exchange the positions of two comments
  • Loading branch information
camsong authored Oct 17, 2016
2 parents ce63051 + 75a23e5 commit 96847a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,10 +361,10 @@ In place of common selectors like class, id or attribute we can use `document.qu
// window height
$(window).height();
// without scrollbar, behaves like jQuery
// with scrollbar
window.document.documentElement.clientHeight;
// with scrollbar
// without scrollbar, behaves like jQuery
window.innerHeight;
```

Expand Down

0 comments on commit 96847a6

Please sign in to comment.