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 bde6416 commit 9afcb00Copy full SHA for 9afcb00
modules/angular2/src/profile/wtf_impl.dart
@@ -70,7 +70,7 @@ dynamic createScope(String signature, [flags]) {
70
return ([arg0, arg1]) {
71
_arg2[0] = arg0;
72
_arg2[1] = arg1;
73
- return jsScope.apply(_arg1);
+ return jsScope.apply(_arg2);
74
};
75
default:
76
throw "Max 2 arguments are supported.";
0 commit comments