mirror of
https://github.com/mainnika/a-quest.git
synced 2026-07-03 17:42:33 +00:00
grammar
This commit is contained in:
+1
-1
@@ -412,7 +412,7 @@ window.cancelRequestAnimFrame = (function () {
|
|||||||
.catch(function () { })
|
.catch(function () { })
|
||||||
.then(function (approval) {
|
.then(function (approval) {
|
||||||
if (!approval) {
|
if (!approval) {
|
||||||
ctx.fillText("Не удалось сохранить с этим ключем", W / 2, H / 2 + 65);
|
ctx.fillText("Не удалось сохранить с этим ключом", W / 2, H / 2 + 65);
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user