We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reproduce steps:
Firebug shows the following error:
invalid assignment left-hand side [Break On This Error] YUI_config.groups.twitter-list-editor....nted/'; // serve instrumented modules
line 13.
Changing to this fixes the error:
YUI_config = { groups: { 'twitter-list-editor': { base: '../../../tests/instrumented/' } } };// serve instrumented modules
The text was updated successfully, but these errors were encountered:
The test file also does not load the source it is testing.
Sorry, something went wrong.
No branches or pull requests
Reproduce steps:
Firebug shows the following error:
invalid assignment left-hand side
[Break On This Error] YUI_config.groups.twitter-list-editor....nted/'; // serve instrumented modules
line 13.
Changing to this fixes the error:
The text was updated successfully, but these errors were encountered: