happy jshint

This commit is contained in:
NatureFreshMilk 2019-06-14 08:02:29 +02:00
parent 6562ca4108
commit dcaab6e4d3

View File

@ -1,6 +1,6 @@
m.mount(document.getElementById("image-map"), {
view: function(){
return m("div", "I'm sorry, your browser is just too old ;)")
return m("div", "I'm sorry, your browser is just too old ;)");
}
});