restore nuget targets for mono build

This commit is contained in:
Luke Pulverenti 2014-09-02 22:30:24 -04:00
parent 0110056c56
commit de7c02af20

View File

@ -2125,7 +2125,7 @@ MediaBrowser.ApiClient = function ($, navigator, JSON, WebSocket, setTimeout, wi
function supportsWebP() { function supportsWebP() {
// TODO: Improve with http://webpjs.appspot.com/ // TODO: Improve with http://webpjs.appspot.com/
return $.browser.chrome || $.browser.android; return $.browser.chrome;
} }
function normalizeImageOptions(options) { function normalizeImageOptions(options) {