Hi,
I’m using l20n.js and I’m having a problem.
In Chrome:
Uncaught ReferenceError: ThrowError is not defined
if (!IsStructurallyValidLanguageTag(tag))
ThrowError(JSMSG_INVALID_LANGUAGE_TAG, tag);
Maybe the tag being passed in isn’t what it expected but why is ThrowError
undefined? I don’t see it defined anywhere within l20n.js.
Safari has a different error:
RangeError: Maximum call stack size exceeded.
Any ideas?
Thanks,
Dan
_______________________________________________
tools-l10n mailing list
[email protected]
https://lists.mozilla.org/listinfo/tools-l10n