Skip to content

Commit

Permalink
Rollup merge of #72294 - GuillaumeGomez:js-cleanup, r=kinnison
Browse files Browse the repository at this point in the history
JS cleanup

The goal here is just to improve the source code a bit. I recommend to review one commit at a time, otherwise it might not make much sense. :)

The biggest commit is the second one: to prevent to have "global" variables declared in `main.js` (and thus prevent name conflict or overwriting), I moved such code into anonymous functions.

r? @kinnison

cc @rust-lang/rustdoc
  • Loading branch information
Dylan-DPC authored May 26, 2020
2 parents 6e6bd63 + 398511a commit 0747f58
Show file tree
Hide file tree
Showing 5 changed files with 305 additions and 299 deletions.
Loading

0 comments on commit 0747f58

Please sign in to comment.