Fixed minor typo

dev
Brian Broll 2015-09-11 12:38:42 -05:00
rodzic e95ac86c32
commit 170092a6b0
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();