Mercurial > wow > reaction
comparison ReAction.lua @ 230:98114c158e62
Request load of LibKeyBound-1.0 for disembedded installations
author | Flick |
---|---|
date | Tue, 22 Mar 2011 11:14:21 -0700 |
parents | 741c4f9b251e |
children | 158c9299185b |
comparison
equal
deleted
inserted
replaced
229:b4c100011c75 | 230:98114c158e62 |
---|---|
1 local addonName, addonTable = ... | 1 local addonName, addonTable = ... |
2 local pcall = pcall | 2 local pcall = pcall |
3 local pairs = pairs | 3 local pairs = pairs |
4 local type = type | 4 local type = type |
5 local geterrorhandler = geterrorhandler | 5 local geterrorhandler = geterrorhandler |
6 local LKB = LibStub("LibKeyBound-1.0") | |
7 local L = LibStub("AceLocale-3.0"):GetLocale("ReAction") | 6 local L = LibStub("AceLocale-3.0"):GetLocale("ReAction") |
7 local LKB = LibStub("LibKeyBound-1.0",true) | |
8 if not LKB then | |
9 LoadAddOn("LibKeyBound-1.0") | |
10 LKB = LibStub("LibKeyBound-1.0") | |
11 end | |
8 | 12 |
9 ------ Utility ------ | 13 ------ Utility ------ |
10 local tcopy | 14 local tcopy |
11 do | 15 do |
12 function tcopy(x) | 16 function tcopy(x) |