1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update translations

This commit is contained in:
Luke Pulverenti 2015-01-16 15:54:37 -05:00
parent dd9184c35a
commit 7993ac7213
7 changed files with 61 additions and 52 deletions

View file

@ -1,4 +1,4 @@
(function (globalScope, store) {
(function (globalScope) {
if (!globalScope.MediaBrowser) {
globalScope.MediaBrowser = {};
@ -27,4 +27,4 @@
return CryptoJS.SHA1(keys.join('|')).toString();
};
})(window, store);
})(window);