flimshaw / flimshaw/Valiant360
append(controlsHTML) cause printing "true" in html code (minified version)
Open
- Dominant language
- JavaScript
- Stars
- 780
- Forks
- 151
- PR merge metrics
- No merged PRs in 30d
Description
in the full js : $(this.element).append(controlsHTML, true);
is translated into : a(this.element).append(d, !0),
in the minified .min.js
this print the word "true" in the html.
Replacing with a(this.element).append(d) fixes the issue.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.