Mercurial > wow > reaction
comparison modules/Action.lua @ 169:8cc187143acd
Strip out obsolete revision tracking
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Tue, 19 Oct 2010 17:20:16 +0000 |
parents | 901c91dc1bf2 |
children | df68b5a40490 |
comparison
equal
deleted
inserted
replaced
168:07c76dbc0236 | 169:8cc187143acd |
---|---|
2 local L = ReAction.L | 2 local L = ReAction.L |
3 local _G = _G | 3 local _G = _G |
4 local CreateFrame = CreateFrame | 4 local CreateFrame = CreateFrame |
5 local format = string.format | 5 local format = string.format |
6 local wipe = wipe | 6 local wipe = wipe |
7 | |
8 ReAction:UpdateRevision("$Revision$") | |
9 | 7 |
10 local weak = { __mode="k" } | 8 local weak = { __mode="k" } |
11 | 9 |
12 -- module declaration | 10 -- module declaration |
13 local moduleID = "Action" | 11 local moduleID = "Action" |