Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Helpers: Fix array check not working for components loaded by setSource(... #265

Merged
merged 1 commit into from Sep 21, 2014

Conversation

jonnor
Copy link
Member

@jonnor jonnor commented Sep 21, 2014

...)

When the array comes from another JS context, as is the case when
using eval() in ComponentLoader.setSource() isinstance Array returns
false even if it is a proper array.

…ce()

When the array comes from another JS context, as is the case when
using eval() in ComponentLoader.setSource() isinstance Array returns
false even if it is a proper array.
bergie added a commit that referenced this pull request Sep 21, 2014
Helpers: Fix array check not working for components loaded by setSource(...
@bergie bergie merged commit d4af758 into noflo:master Sep 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants