flimshaw / flimshaw/Valiant360

append(controlsHTML) cause printing "true" in html code (minified version)

Open
#48 0 comments 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.