r2871 - no log message

r2871 - no log message


Author: joern.zaefferer
Date: Sun Jul 5 11:15:09 2009
New Revision: 2871
Modified:
branches/dev/positionTo/ui/ui.positionTo.js
Log:
Modified: branches/dev/positionTo/ui/ui.positionTo.js
==============================================================================
--- branches/dev/positionTo/ui/ui.positionTo.js    (original)
+++ branches/dev/positionTo/ui/ui.positionTo.js    Sun Jul 5 11:15:09 2009
@@ -115,6 +115,7 @@
        }
        // TODO fit breaks when the window scrolls; need to take scrollLeft/Top
into account
+        // TODO fit works at the right/bottom edge
        if (options.collision) {
            if (options.collision[0] != "none") {
                var over = (position.left + elemWidth) - $(window).width();