View Single Post
10/21/16, 08:07 PM   #4
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
pass it as argument?..

Lua Code:
  1. local myAddon
  2. local LIB = LibStub("Library")
  3. LIB:Init(myAddon)

After if you need the addon object in your library, you maybe have a conception error. a lib should be addon independant.
  Reply With Quote