JostleLib
A library to handle rearrangement of blizzard's frames when bars are added to the sides of the screen.
Users:
TO INSTALL: Put the JostleLib folder into
\World of Warcraft\Interface\AddOns\
Developers:
Place the JostleLib.lua file into your AddOn's folder, then add JostleLib.lua to the .toc file.
Then, to access the library, in your code, write `local jostle = JostleLib:GetInstance("1.0")`.
From that point on, you can access JostleLib's functions.
Comments