From f87ba3f3e80775f6679ae4deddd921cd9446a098 Mon Sep 17 00:00:00 2001 From: Mayhem Date: Sat, 18 May 2013 17:01:55 +0200 Subject: [PATCH] Differentiate between an original post and a clone in error reports. --- src/General/Get.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/General/Get.coffee b/src/General/Get.coffee index 235d2781e..d246493b0 100644 --- a/src/General/Get.coffee +++ b/src/General/Get.coffee @@ -78,7 +78,7 @@ Get = # Stop here if the container has been removed while loading. return unless root.parentNode clone = post.addClone context - Main.callbackNodes Post, [clone] + Main.callbackNodes Clone, [clone] # Get rid of the side arrows. {nodes} = clone