From 757c964f7b215bbf41f7b3891b2aca0ed1100838 Mon Sep 17 00:00:00 2001 From: James Campos Date: Mon, 2 May 2011 23:52:03 -0700 Subject: [PATCH] comment --- script.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/script.coffee b/script.coffee index c535fdc85..73b6cdf6b 100644 --- a/script.coffee +++ b/script.coffee @@ -934,6 +934,7 @@ threading = # don't thread image controls node = $ 'form[name=delform] > *:not([id])' # don't confuse other scripts *cough*/b/ackwash*cough* + # gotta have a named function to unbind. $.bind d, 'DOMNodeInserted', threading.stopPropagation threading.thread node $.unbind d, 'DOMNodeInserted', threading.stopPropagation