Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

fix(tooltip): evaluate appendToBody on init #2921

Commits on Nov 2, 2014

  1. fix(tooltip): evaluate appendToBody on init

    This wasn't working properly with the location change code
    (lines 305-314) because the observe call happens asynchronously after
    the linking function has completed.
    
    Hence, the locationChangeSuccess wasn't being set up unless the global
    tooltip option's appendToBody option was set to true.
    chrisirhc committed Nov 2, 2014
    Configuration menu
    Copy the full SHA
    33eba0e View commit details
    Browse the repository at this point in the history