Merge pull request #2543 from hmhealey/safariFix

Fixed typo safarifix -> safariFix
Этот коммит содержится в:
Christopher Speller
2016-03-25 22:42:32 -04:00
родитель f4e5fb711f e236180139
Коммит ad6a835712

Просмотреть файл

@@ -119,7 +119,7 @@ function preRenderSetup(callwhendone) {
if (global.Intl) {
afterIntl();
} else {
I18n.safarifix(afterIntl);
I18n.safariFix(afterIntl);
}
}