Code cleanup #120

Merged
BehindTheMath merged 13 commits from cleanup/misc-cleanup into master 2018-02-02 09:52:45 -05:00
Showing only changes of commit a893dfdc3b - Show all commits

View File

@@ -17,7 +17,7 @@ module.exports = function(el) {
if (src !== "") {
script.src = src
script.async = false // force asynchronous loading of peripheral js
script.async = false // force synchronous loading of peripheral js
}
if (code !== "") {