api: clean up and documentation

This commit is contained in:
shagu
2016-12-24 11:03:47 +01:00
parent a6c5a91823
commit ad4e68d681
29 changed files with 512 additions and 472 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ function pfUI.uf:AddIcon(frame, pos, icon)
end
end
frame.icon[pos].tex:SetTexture(icon)
pfUI.utils:CreateBackdrop(frame.icon[pos], nil, true)
pfUI.api:CreateBackdrop(frame.icon[pos], nil, true)
frame.icon[pos]:Show()
end