Now all function calls are bound with context of the subject object. What does this mean? It means you can now access the subject object of the pin from the special callbacks to check state of that object to determine what you'd like to do with the pin.
For example, when $.fn.scrolltab.pinDisplay is called, the value of this will be the subject object. You would be able to check the state of that subject and possibly not display the pin based on your business logic.













