Skip to content

Commit aac4070

Browse files
committed
JS: Change note
1 parent 76677e9 commit aac4070

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
category: fix
3+
---
4+
* The following predicates on `API::Node` have been changed so as not to include the receiver. The receiver should now only be accessed via `getReceiver()`.
5+
- `getParameter(int i)` previously included the receiver when `i = -1`
6+
- `getAParameter()` previously included the receiver
7+
- `getLastParameter()` previously included the receiver for calls with no arguments

0 commit comments

Comments
 (0)