Skip to content

Commit 51c4cd8

Browse files
committed
CF2016 fix where the precedence of arguments results in the parent scope, not the child.
This caused the arguments structure referenced in _buildArgumentArray to have a StructCount of 1, containing the array of arguments, even if no arguments were passed. Simply renaming the variable to something that isn't a scope variable (args) fixes the issue. (reverted from commit 9193ad0)
1 parent 9193ad0 commit 51c4cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/cbjavaloader/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ CHANGELOG
22
=========
33

44
## 1.2.0
5-
* CF2016 fix where the precedence of arguments results in the parent scope, not the child.
5+
66
## 1.1.0
77
* Travis Integration
88
* DocBox update

0 commit comments

Comments
 (0)