View Single Post
08/23/14, 01:52 PM   #1
circonian
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 613
LibStub Question

I see different posts where people are doing, one or the other of, the following:
Lua Code:
  1. LibStub:GetLibrary("LibAddonMenu-2.0")
  2. LibStub("LibAddonMenu-2.0")

What is the difference, if any?
  Reply With Quote