fixes #270 - server configurator won't start with IE8

This commit is contained in:
Luke Pulverenti
2013-05-13 11:00:03 -04:00
parent b96b2e69c2
commit be3d0b5eda
2 changed files with 2 additions and 2 deletions

View File

@@ -2513,7 +2513,7 @@ MediaBrowser.ApiClient = function ($, navigator, JSON, WebSocket, setTimeout) {
};
}
}(jQuery, navigator, JSON, window.WebSocket, setTimeout);
}(jQuery, navigator, window.JSON, window.WebSocket, setTimeout);
/**
* Provides a friendly way to create an api client instance using information from the browser's current url