Skip to content

Commit

Permalink
Merge pull request #1893 from pygy/quickfix-1831
Browse files Browse the repository at this point in the history
Temp fix for #1831
  • Loading branch information
pygy committed Jul 11, 2017
2 parents d65fd02 + bc21be0 commit c7d33c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions stream/stream.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"use strict"

/* eslint-disable */
;(function() {
"use strict"
/* eslint-enable */

var guid = 0, HALT = {}
function createStream() {
Expand Down

0 comments on commit c7d33c7

Please sign in to comment.