r3023 committed - Position: fixed comment wording.

r3023 committed - Position: fixed comment wording.


Revision: 3023
Author: scott.gonzalez
Date: Mon Aug 3 06:17:56 2009
Log: Position: fixed comment wording.
http://code.google.com/p/jquery-ui/source/detail?r=3023
Modified:
/trunk/ui/ui.position.js
=======================================
--- /trunk/ui/ui.position.js    Sun Aug 2 09:17:07 2009
+++ /trunk/ui/ui.position.js    Mon Aug 3 06:17:56 2009
@@ -38,8 +38,8 @@
        targetHeight = target.height();
        basePosition = { top: target.scrollTop(), left: target.scrollLeft() };
    } else if (options.of.preventDefault) {
-        // while align to cursor, "at" default value "center"
causes "collision:flip" not work
-        options.at = "left top";
+        // force left top to allow flipping
+        options.at = 'left top';
        targetWidth = targetHeight = 0;
        basePosition = { top: options.of.pageY, left: options.of.pageX };
    } else {