mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-23 12:52:30 +08:00
Made translate.js jshint compliant
This commit is contained in:
Vendored
+2
-2
@@ -63,7 +63,7 @@
|
|||||||
return target;
|
return target;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (target in translation == false)
|
if (target in translation === false)
|
||||||
{
|
{
|
||||||
if (dynoTrans != null)
|
if (dynoTrans != null)
|
||||||
{
|
{
|
||||||
@@ -79,7 +79,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
};
|
}
|
||||||
|
|
||||||
window._ = translate;
|
window._ = translate;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user