I thought I was on holiday (fixes infinite loop on language calls)

This commit is contained in:
psychobunny
2015-01-03 03:37:53 -05:00
parent 7b49effc14
commit 3da6466045

View File

@@ -123,7 +123,7 @@
var parsedKey = key.replace('[[', '').replace(']]', '').split(':');
if (!(parsedKey[0] && parsedKey[1])) {
return;
return callback(data);
}
var languageFile = parsedKey[0];