added leading semicolon

This commit is contained in:
AJ ONeal 2014-01-13 16:06:43 -07:00
parent 7b6938181c
commit 592ac5cb53
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/*jshint -W054 */
(function (exports) {
"use strict";
;(function (exports) {
'use strict';
function forEachAsync(arr, fn, thisArg) {
var dones = []