Skip to content

Commit 9c35bdf

Browse files
committed
more closure...
1 parent dd9470d commit 9c35bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/closure-externs/closure-externs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ var Atomics = {};
6464
Atomics.compareExchange = function() {};
6565
Atomics.exchange = function() {};
6666
Atomics.wait = function() {};
67-
Atomics.waitAsync = function(a,b,c,d) {};
67+
Atomics.waitAsync = function(...args) {};
6868
Atomics.notify = function() {};
6969
Atomics.load = function() {};
7070
Atomics.store = function() {};

0 commit comments

Comments
 (0)