From f2e3b949818d7eda52b59c2e9f1a766035282294 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Fri, 26 Nov 2010 15:15:22 -0500 Subject: [PATCH] Upvalued some globals. --- Interface/List.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Interface/List.lua b/Interface/List.lua index afa60b1..5a9e1d7 100644 --- a/Interface/List.lua +++ b/Interface/List.lua @@ -7,7 +7,9 @@ local string = _G.string local table = _G.table local math = _G.math +local bit = _G.bit local pairs = _G.pairs +local type = _G.type ------------------------------------------------------------------------------- -- AddOn namespace. -- 1.7.9.5