Skip to content

Commit 4160775

Browse files
committed
Promise: Arguments is default and must not be specified as function parameter
1 parent 9ddf10c commit 4160775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
return this;
1313
};
1414

15-
this.fulfil = function(arguments) {
15+
this.fulfil = function() {
1616
result = arguments;
1717
for(var i in callbacks) {
1818
callbacks[i].apply(this, result);

0 commit comments

Comments
 (0)