Knockout-Localization-Binding
Knockout-Localization-Binding copied to clipboard
IE7 Compatibility
In IE7, the word "default" give an error. I have solved this changing "default" in "resdefault". row 90 is now: var text = item[locale] || item['resdefault'] || "";