added leading semicolon
This commit is contained in:
parent
7b6938181c
commit
592ac5cb53
|
@ -1,6 +1,6 @@
|
|||
/*jshint -W054 */
|
||||
(function (exports) {
|
||||
"use strict";
|
||||
;(function (exports) {
|
||||
'use strict';
|
||||
|
||||
function forEachAsync(arr, fn, thisArg) {
|
||||
var dones = []
|
||||
|
|
Loading…
Reference in New Issue