IE 7 & 8 throws an error (through jQuery): expected identifier
jQuery(document).ready(function() {
jQuery.i18n.properties({
'name': "messages",
'path': "/myproject/js/i18n/",
'mode': "both",
'language': "en",
'callback': function() {
}
})
});
If I comment out line 'path': "/myproject/js/i18n/",
error disappears, but of course, i18n plugin stops working as expected.
Thanks for your help!