Quantcast

In AckisRecipeList.lua:

Author torhal <torhal@dummy.example.com>
Author date 2009-05-29 07:28:46
Author local date 2009-05-29 07:28:46 +0000
Committer torhal <torhal@dummy.example.com>
Committer date 2009-05-29 07:28:46
Committer local date 2009-05-29 07:28:46 +0000
Commit 0b72614d76951679f7b1a84ae5da1c860047ce17
Tree d3e21eb5c45dca64f2c05cec13f7d4b6064ee33d
Parent a6f3040bce3d87c4e769f5616c66354da7d02c44
In AckisRecipeList.lua:
  Removed some garbage creation throughout the file by moving some table declarations and using twipe(). Made some code more readable by changing some if checks and using return.
In ARLFrame.lua:
  Removed empty-table creation from some upvalues, because their value is always set by addon:DisplayFrame() or InitializeFrame(). In addon:DisplayFrame(): Removed call to addon:SortMissingRecipes() because this is already done prior to calling addon:DisplayFrame().