Skip to content

Commit

Permalink
Fixes #662: exchange var for const of require statements in src/files…
Browse files Browse the repository at this point in the history
…ystem/interface.js (#668)

* exchange var for const of require statements

Changed decleration of import files from var to const in interface.js

* Fixed all areas where var was used as well as use destructing assignment for  CONST imports.

* Fixed import const statement

* Added changes from let to const in certain lines
  • Loading branch information
trowacat authored and humphd committed Feb 1, 2019
1 parent 701849e commit 3b4bf42
Showing 1 changed file with 130 additions and 125 deletions.

0 comments on commit 3b4bf42

Please sign in to comment.