Skip to content

Commit

Permalink
X is horizontal, Y is vertical...I think
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith committed Jul 28, 2011
1 parent c3d7065 commit f82f549
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build/node-screen/node-screen-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ Y.each([
'docHeight',

/**
* Amount page has been scroll vertically
* Pixel distance the page has been scrolled horizontally
* @config docScrollX
* @type {Int}
*/
'docScrollX',

/**
* Amount page has been scroll horizontally
* Pixel distance the page has been scrolled vertically
* @config docScrollY
* @type {Int}
*/
Expand Down
4 changes: 2 additions & 2 deletions build/node-screen/node-screen.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ Y.each([
'docHeight',

/**
* Amount page has been scroll vertically
* Pixel distance the page has been scrolled horizontally
* @config docScrollX
* @type {Int}
*/
'docScrollX',

/**
* Amount page has been scroll horizontally
* Pixel distance the page has been scrolled vertically
* @config docScrollY
* @type {Int}
*/
Expand Down
4 changes: 2 additions & 2 deletions src/node/js/node-screen.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ Y.each([
'docHeight',

/**
* Amount page has been scroll vertically
* Pixel distance the page has been scrolled horizontally
* @config docScrollX
* @type {Int}
*/
'docScrollX',

/**
* Amount page has been scroll horizontally
* Pixel distance the page has been scrolled vertically
* @config docScrollY
* @type {Int}
*/
Expand Down

0 comments on commit f82f549

Please sign in to comment.