Merge pull request #928 from brollb/master

Fixed minor typo
dev
Jens Mönig 2015-09-23 11:49:05 +02:00
commit 43d68b94c1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -4960,7 +4960,7 @@ StageMorph.prototype.getLastMessage = function () {
return this.lastMessage || ''; return this.lastMessage || '';
}; };
// StageMorph Mouse Corridnates // StageMorph Mouse Coordinates
StageMorph.prototype.reportMouseX = function () { StageMorph.prototype.reportMouseX = function () {
var world = this.world(); var world = this.world();