- From: Marcos Cáceres <notifications@github.com>
- Date: Wed, 19 Oct 2016 21:35:50 -0700
- To: w3c/manifest <manifest@noreply.github.com>
Received on Thursday, 20 October 2016 04:36:18 UTC
Made a fix to the code above. I changed last else in the chain to the following, instead: ``` if (!internalSlots.get(this).didPrompt) { internalSlots.get(this).didPrompt = true; } ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/manifest/issues/417#issuecomment-255006952
Received on Thursday, 20 October 2016 04:36:18 UTC