Index.notice is optional.

This commit is contained in:
ccd0 2016-01-31 20:39:41 -08:00
parent 7de5bdd654
commit 711d1914e4

View File

@ -454,7 +454,7 @@ Index =
if e.type is 'abort' if e.type is 'abort'
req.onloadend = null req.onloadend = null
notice.close() notice?.close()
return return
if req.status not in [200, 304] if req.status not in [200, 304]