From 5ffcb63fb3faae95972f2f4339cb9e9899eb395d Mon Sep 17 00:00:00 2001 From: James Campos Date: Sat, 3 Sep 2011 12:46:17 -0700 Subject: [PATCH] comment --- script.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.coffee b/script.coffee index cccc4f6dd..d8cb7605e 100644 --- a/script.coffee +++ b/script.coffee @@ -1135,7 +1135,7 @@ QR = submit: (e) -> #XXX e is undefined if method is called explicitly, eg, from auto posting unless QR.hasContent() - alert 'Error: No text entered.' if e + alert 'Error: No text entered.' if e #don't alert at the end of auto posting return {qr} = QR $('.error', qr).textContent = ''