Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Fix #6142. Check for the argument name to be falsy #6143

Merged
merged 1 commit into from
Dec 2, 2013

Conversation

busykai
Copy link
Contributor

@busykai busykai commented Nov 29, 2013

In some cases (see #6142 for a minimized testcase), the argument name is
returned as null instead of undefined as the code expects. This fix
simply changes to check for name to be falsy (in which case it will be
assinged a generated name).

In some cases (see adobe#6142 for a minimized testcase), the argument name is
returned as null instead of undefined as the code expects. This fix
simply changes to check for name to be falsy (in which case it will be
assinged a generated name).
@ghost ghost assigned RaymondLim Dec 2, 2013
@RaymondLim
Copy link
Contributor

Looks good! Merging.

RaymondLim added a commit that referenced this pull request Dec 2, 2013
Fix #6142. Check for the argument name to be falsy
@RaymondLim RaymondLim merged commit 6a1a200 into adobe:master Dec 2, 2013
@busykai busykai deleted the fix-6142 branch December 6, 2013 15:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants