From 711d1914e470696efcd1320b176b82b6e2d6a1ac Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 31 Jan 2016 20:39:41 -0800 Subject: [PATCH] Index.notice is optional. --- src/General/Index.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/General/Index.coffee b/src/General/Index.coffee index 79bdf96f6..839d05fe5 100644 --- a/src/General/Index.coffee +++ b/src/General/Index.coffee @@ -454,7 +454,7 @@ Index = if e.type is 'abort' req.onloadend = null - notice.close() + notice?.close() return if req.status not in [200, 304]