Merge pull request #1893 from pygy/quickfix-1831

Temp fix for #1831
This commit is contained in:
Pierre-Yves Gérardy 2017-07-11 10:13:21 +02:00 committed by GitHub
commit c7d33c7b81

View file

@ -1,6 +1,7 @@
"use strict" /* eslint-disable */
;(function() { ;(function() {
"use strict"
/* eslint-enable */
var guid = 0, HALT = {} var guid = 0, HALT = {}
function createStream() { function createStream() {