-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Reproduce steps:
- create a new project (yproject create twitter-list-editor)
- create new widget (yproject widget select-list)
- open src/select-list/tests/select-list.html
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 modulesReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels