backup
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
aux 'core'
|
||||
aux 'core' private()
|
||||
|
||||
COLORS = {
|
||||
text = {enabled = {255, 254, 250, 1}, disabled = {147, 151, 139, 1}},
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
aux 'completion' local filter_util = aux.filter_util
|
||||
aux 'completion' private() local filter_util = aux.filter_util
|
||||
|
||||
function public:complete_filter()
|
||||
if IsControlKeyDown() then -- TODO problem is ctrl-v, maybe find a better solution
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
aux 'core'
|
||||
aux 'core' private()
|
||||
|
||||
public.join = _G.table.concat
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
aux 'filter_util' local info = aux.info
|
||||
aux 'filter_util' private() local info = aux.info
|
||||
|
||||
function default_filter(str)
|
||||
return {
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
aux 'info'
|
||||
aux 'info' private()
|
||||
|
||||
CreateFrame('GameTooltip', 'AuxTooltip', nil, 'GameTooltipTemplate')
|
||||
AuxTooltip:SetScript('OnTooltipAddMoney', function()
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
aux 'money'
|
||||
aux 'money' private()
|
||||
|
||||
public()
|
||||
GOLD_TEXT = '|cffffd70ag|r'
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
aux 'persistence'
|
||||
aux 'persistence' private()
|
||||
|
||||
_G.aux_datasets = t
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
aux 'scan_util' local info , filter_util = aux.info, aux.filter_util
|
||||
aux 'scan_util' private() local info , filter_util = aux.info, aux.filter_util
|
||||
|
||||
function public.find(auction_record, status_bar, on_abort, on_failure, on_success)
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
aux 'sorting'
|
||||
aux 'sorting' private()
|
||||
|
||||
public()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user