Mercurial > wow > reaction
comparison classes/VehicleExitButton.lua @ 169:8cc187143acd
Strip out obsolete revision tracking
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Tue, 19 Oct 2010 17:20:16 +0000 |
parents | 799c6ea9da7b |
children | df68b5a40490 |
comparison
equal
deleted
inserted
replaced
168:07c76dbc0236 | 169:8cc187143acd |
---|---|
1 local ReAction = ReAction | 1 local ReAction = ReAction |
2 local format = string.format | 2 local format = string.format |
3 | |
4 ReAction:UpdateRevision("$Revision: 154 $") | |
5 | 3 |
6 -- | 4 -- |
7 -- VExitButton Button class | 5 -- VExitButton Button class |
8 -- | 6 -- |
9 local Super = ReAction.Button | 7 local Super = ReAction.Button |