Changeset 2877
- Timestamp:
- 07/06/09 04:39:22 (8 months ago)
- Files:
-
- 1 modified
-
branches/dev/positionTo/ui/ui.positionTo.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/positionTo/ui/ui.positionTo.js
r2876 r2877 125 125 } 126 126 if (collision[1] != "none") { 127 over = (position.top + elemHeight)- $(window).height() - elem.scrollParent().scrollTop();127 over = position.top + elemHeight - $(window).height() - elem.scrollParent().scrollTop(); 128 128 switch(collision[1]) { 129 129 case 'fit':