- Reunited a local declaration with the code that used it.

This commit is contained in:
rokiyo
2010-11-05 03:17:50 +00:00
parent 878585e6fe
commit 14bd4f4627
2 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,6 @@ local AceSerializer = LibStub("AceSerializer-3.0", 1)
local pendingModuleLoads = {} local pendingModuleLoads = {}
local bReadyToRegisterModules = false local bReadyToRegisterModules = false
local lastCustomModule = "Bar"
IceHUD.CurrTagVersion = 3 IceHUD.CurrTagVersion = 3
IceHUD.debugging = false IceHUD.debugging = false

View File

@ -1,6 +1,7 @@
local LibDualSpec = LibStub('LibDualSpec-1.0', true) local LibDualSpec = LibStub('LibDualSpec-1.0', true)
local L = LibStub("AceLocale-3.0"):GetLocale("IceHUD", false) local L = LibStub("AceLocale-3.0"):GetLocale("IceHUD", false)
local icon = LibStub("LibDBIcon-1.0") local icon = LibStub("LibDBIcon-1.0")
local lastCustomModule = "Bar"
IceHUD_Options = {} IceHUD_Options = {}