Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 4972 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 4972 Rev 4977
Línea 9750... Línea 9750...
9750
            top = Math.max(top, viewportTop + this.margin);
9750
            top = Math.max(top, viewportTop + this.margin);
9751
            left = Math.min(left, viewportLeft + viewportEl.outerWidth() - width - this.margin);
9751
            left = Math.min(left, viewportLeft + viewportEl.outerWidth() - width - this.margin);
9752
            left = Math.max(left, viewportLeft + this.margin);
9752
            left = Math.max(left, viewportLeft + this.margin);
9753
        }
9753
        }
9754
        this.el.css({
9754
        this.el.css({
9755
            top: top,
9755
            top: top + 50,
9756
            left: left - origin.left
9756
            left: left - origin.left
9757
        });
9757
        });
9758
    };
9758
    };
9759
    // Triggers a callback. Calls a function in the option hash of the same name.
9759
    // Triggers a callback. Calls a function in the option hash of the same name.
9760
    // Arguments beyond the first `name` are forwarded on.
9760
    // Arguments beyond the first `name` are forwarded on.