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

Fix JavaScript syntax error #7686

Merged
merged 1 commit into from
Jun 5, 2019
Merged

Fix JavaScript syntax error #7686

merged 1 commit into from
Jun 5, 2019

Conversation

dmarcoux
Copy link
Contributor

@dmarcoux dmarcoux commented Jun 5, 2019

The error is SyntaxError: missing ) after argument list. It's not so obvious at first, but we need to pass the options as an object.

The error is `SyntaxError: missing ) after argument list`. It's not so
obvious at first, but we need to pass the options as an object.
@dmarcoux dmarcoux added Frontend Things related to the OBS RoR app Bootstrap 🚀 Bootstrap migration labels Jun 5, 2019
@codecov
Copy link

codecov bot commented Jun 5, 2019

Codecov Report

Merging #7686 into master will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #7686      +/-   ##
==========================================
- Coverage   90.75%   90.72%   -0.03%     
==========================================
  Files         499      499              
  Lines       21378    21378              
==========================================
- Hits        19401    19395       -6     
- Misses       1977     1983       +6

@vpereira vpereira merged commit ae972bc into openSUSE:master Jun 5, 2019
@dmarcoux dmarcoux deleted the fix-javascript-syntax-error branch June 5, 2019 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bootstrap 🚀 Bootstrap migration Frontend Things related to the OBS RoR app
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants