1
0
forked from MTSR/mapserver

nomodule message

This commit is contained in:
NatureFreshMilk 2019-06-14 08:01:05 +02:00
parent 3d7f0d609e
commit 6562ca4108

View File

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