Skip to content

Commit ed2dcc2

Browse files
committedApr 26, 2012
hide these due to github.com//issues/6
1 parent 3473da0 commit ed2dcc2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎README.md

-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ Response's most powerful feature is its breakpoint sets. They allow the ability
4444

4545
Response.viewportW() // return viewport width
4646
Response.viewportH() // return viewport height
47-
Response.overflowX() // # of horizontal pixels that doc overflows viewport (or 0 if no overflow)
48-
Response.overflowY() // # of vertical pixels that doc overflows viewport (or 0 if no overflow)
4947
Response.scrollX() // cross-broswer equiv to native window.scrollX // ~ jQuery(window).scrollLeft()
5048
Response.scrollY() // cross-broswer equiv to native window.scrollY // ~ jQuery(window).scrollTop()
5149

0 commit comments

Comments
 (0)
Please sign in to comment.