Quantcast

Renamed addon:CreateFrame() to addon:DisplayFrame() and moved all of the main frame code into a local function named InitializeFrame(), since it was 1276 lines long and was only ever called once.

Author torhal <torhal@dummy.example.com>
Author date 2009-05-27 22:08:01
Author local date 2009-05-27 22:08:01 +0000
Committer torhal <torhal@dummy.example.com>
Committer date 2009-05-27 22:08:01
Committer local date 2009-05-27 22:08:01 +0000
Commit dcd477c1fa426f088e59050ddf70e35552795313
Tree 3c4df459b8d9cb15e25df32bf331bc5243adefa0
Parent bb550c8fcaeb176eeacb5c2518e249f3d1bb0fec
Renamed addon:CreateFrame() to addon:DisplayFrame() and moved all of the main frame code into a local function named InitializeFrame(), since it was 1276 lines long and was only ever called once.
In InitializeFrame(): Condensed the faction name assignment into 8 lines of code from 26.