Skip to content

Commit 082f1f6

Browse files
Remove unnecessary exports global from Gen.js
1 parent 12e93f2 commit 082f1f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Test/QuickCheck/Gen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* global exports, ArrayBuffer, Float32Array, Int32Array */
1+
/* global ArrayBuffer, Float32Array, Int32Array */
22
"use strict";
33

44
// module Test.QuickCheck.Gen

0 commit comments

Comments
 (0)