Closed garemoko closed 9 years ago
See: https://github.com/RusticiSoftware/TinCanJS/blob/2a204f300343a9d3cddfcfcc91862f54f138d0a7/src/Utils.js#L221
Should instead be:
if (typeof langDict["und"] !== "undefined") { return langDict["und"]; }
Related issue: getLangDictionaryValue
My mistake.
See: https://github.com/RusticiSoftware/TinCanJS/blob/2a204f300343a9d3cddfcfcc91862f54f138d0a7/src/Utils.js#L221
Should instead be:
Related issue: getLangDictionaryValue