diff bossmods.lua @ 6:df3e27edbd60

Much work on history tab.
author Farmbuyer of US-Kilrogg <farmbuyer@gmail.com>
date Wed, 15 Jun 2011 03:59:13 +0000
parents fe437e761ef8
children d929c40cdb09
line wrap: on
line diff
--- a/bossmods.lua	Wed Apr 27 04:02:02 2011 +0000
+++ b/bossmods.lua	Wed Jun 15 03:59:13 2011 +0000
@@ -19,18 +19,19 @@
 - The callback for (3) must check if OL is appropriately active.
 
 ------ Constants
------- Locals
+------ Globals
 ------ Deadly Boss Mods
 ]]
 
 ------ Constants
 
------- Locals
+------ Globals
 local flib = LibStub("LibFarmbuyer")
 local pprint, tabledump = addon.pprint, flib.tabledump
 
 -- Lua
-local pairs, ipairs, tinsert, tremove, tonumber = pairs, ipairs, table.insert, table.remove, tonumber
+local pairs, ipairs, tinsert, tremove = pairs, ipairs, table.insert, table.remove
+local tonumber = tonumber
 
 -- WoW
 local GetRaidRosterInfo = GetRaidRosterInfo