comparison classes/ActionButton.lua @ 169:8cc187143acd

Strip out obsolete revision tracking
author Flick <flickerstreak@gmail.com>
date Tue, 19 Oct 2010 17:20:16 +0000
parents 5257073138e8
children 0030201b5fc2
comparison
equal deleted inserted replaced
168:07c76dbc0236 169:8cc187143acd
20 local ATTACK_BUTTON_FLASH_TIME = ATTACK_BUTTON_FLASH_TIME 20 local ATTACK_BUTTON_FLASH_TIME = ATTACK_BUTTON_FLASH_TIME
21 local TOOLTIP_UPDATE_TIME = TOOLTIP_UPDATE_TIME 21 local TOOLTIP_UPDATE_TIME = TOOLTIP_UPDATE_TIME
22 local IsActionInRange = IsActionInRange 22 local IsActionInRange = IsActionInRange
23 local InCombatLockdown = InCombatLockdown 23 local InCombatLockdown = InCombatLockdown
24 local HasAction = HasAction 24 local HasAction = HasAction
25
26 ReAction:UpdateRevision("$Revision: 154 $")
27 25
28 -- 26 --
29 -- Secure snippets 27 -- Secure snippets
30 -- These are run within the context of the bar's sandbox, as the 28 -- These are run within the context of the bar's sandbox, as the
31 -- buttons themselves do not have their own sandbox. 29 -- buttons themselves do not have their own sandbox.