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 viewVerbose JS error #18

Merged
merged 1 commit into from
Jun 2, 2017
Merged

Fix viewVerbose JS error #18

merged 1 commit into from
Jun 2, 2017

Conversation

jcheng5
Copy link
Contributor

@jcheng5 jcheng5 commented Jun 2, 2017

Namespace separator is -, which is not allowed in JavaScript identifiers. Using
bracket notation solves this.

Namespace separator is `-`, which is not allowed in JavaScript identifiers. Using
bracket notation solves this.
@yonicd yonicd merged commit 734aa29 into yonicd:master Jun 2, 2017
@yonicd
Copy link
Owner

yonicd commented Jun 2, 2017

still getting same behavior.

running this app as an example

and in the third panel right plot there is a continuous colour aesthetic, which should hide the colourpicker by default.

screen shot 2017-06-02 at 12 01 22

@jcheng5
Copy link
Contributor Author

jcheng5 commented Jun 2, 2017

I answered on #17. library(shinyBS) fixes it for me.

@yonicd
Copy link
Owner

yonicd commented Jun 2, 2017

yeah. we started from that. kirill didnt find that a great feature for running a package...

@yonicd
Copy link
Owner

yonicd commented Jun 2, 2017

sorry read the ans now on the ggedit issue page. thank you for finding where the problem is!

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.

2 participants