Add link to comment

This commit is contained in:
Nathan Sobo
2015-11-11 12:15:14 -07:00
parent 80d5aca049
commit ab6f26368b

View File

@@ -58,6 +58,7 @@ module.exports = ({blobStore}) ->
document.title = "Spec Suite"
# Avoid throttling of test window by playing silence
# See related discussion in https://github.com/atom/atom/pull/9485
context = new AudioContext()
source = context.createBufferSource()
source.connect(context.destination)