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

update Deferred, fix typos

This commit is contained in:
Luke Pulverenti 2015-02-15 22:05:21 -05:00
parent f7bb1a627d
commit 74e42d4a6d
4 changed files with 341 additions and 116 deletions

View file

@ -1,6 +1,6 @@
(function (globalScope) {
globalScope.Deferred = {
globalScope.DeferredBuilder = {
Deferred: function () {
return jQuery.Deferred();