comparison classes/PetActionButton.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 df68b5a40490
comparison
equal deleted inserted replaced
168:07c76dbc0236 169:8cc187143acd
11 local AutoCastShine_AutoCastStart = AutoCastShine_AutoCastStart 11 local AutoCastShine_AutoCastStart = AutoCastShine_AutoCastStart
12 local AutoCastShine_AutoCastStop = AutoCastShine_AutoCastStop 12 local AutoCastShine_AutoCastStop = AutoCastShine_AutoCastStop
13 local SetDesaturation = SetDesaturation 13 local SetDesaturation = SetDesaturation
14 local CooldownFrame_SetTimer = CooldownFrame_SetTimer 14 local CooldownFrame_SetTimer = CooldownFrame_SetTimer
15 local GameTooltip_SetDefaultAnchor = GameTooltip_SetDefaultAnchor 15 local GameTooltip_SetDefaultAnchor = GameTooltip_SetDefaultAnchor
16
17 ReAction:UpdateRevision("$Revision: 154 $")
18 16
19 -- 17 --
20 -- Secure snippets 18 -- Secure snippets
21 -- These are run within the context of the bar's sandbox, as the 19 -- These are run within the context of the bar's sandbox, as the
22 -- buttons themselves do not have their own sandbox. 20 -- buttons themselves do not have their own sandbox.