[DOC] Fix typo
This commit is contained in:
parent
a004c0cca9
commit
951da0002b
@ -3,7 +3,7 @@ define(function () {
|
|||||||
|
|
||||||
return function () {
|
return function () {
|
||||||
this.render = function (d) {
|
this.render = function (d) {
|
||||||
var s = "<h2>Über Mehsviewer</h2>";
|
var s = "<h2>Über Meshviewer</h2>";
|
||||||
|
|
||||||
s += "<p>Mit Doppelklick und Shift+Doppelklick kann man in der Karte ";
|
s += "<p>Mit Doppelklick und Shift+Doppelklick kann man in der Karte ";
|
||||||
s += "auch zoomen.</p>";
|
s += "auch zoomen.</p>";
|
||||||
|
Loading…
Reference in New Issue
Block a user