From f48fbc9cc5650f2ec4c3885c256a4ab4e8497ccf Mon Sep 17 00:00:00 2001 From: KyrosKrane Date: Thu, 21 Jul 2016 15:47:00 -0500 Subject: [PATCH] Documentation update --- AnnoyingPopupRemover.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AnnoyingPopupRemover.lua b/AnnoyingPopupRemover.lua index 3554d50..2680bec 100644 --- a/AnnoyingPopupRemover.lua +++ b/AnnoyingPopupRemover.lua @@ -633,7 +633,7 @@ function APR.Events:MERCHANT_CONFIRM_TRADE_TIMER_REMOVAL(...) end -- if APR.DebugMode -- Document the incoming parameters. - local item = ...; + local item = ...; -- this is an item link. APR:DebugPrint ("item is ", item); -- If the user didn't ask us to hide this popup, just return. -- 1.7.9.5