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