Move "use strict" directive inside the stream IIFE #1831
This commit is contained in:
parent
d65fd020cd
commit
bc21be0880
1 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
|||
"use strict"
|
||||
|
||||
/* eslint-disable */
|
||||
;(function() {
|
||||
"use strict"
|
||||
/* eslint-enable */
|
||||
|
||||
var guid = 0, HALT = {}
|
||||
function createStream() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue