We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ddf10c commit 4160775Copy full SHA for 4160775
interface.js
@@ -12,7 +12,7 @@
12
return this;
13
};
14
15
- this.fulfil = function(arguments) {
+ this.fulfil = function() {
16
result = arguments;
17
for(var i in callbacks) {
18
callbacks[i].apply(this, result);
0 commit comments