update components

This commit is contained in:
Luke Pulverenti 2016-12-26 15:42:41 -05:00
parent 9ea54b6c37
commit 7fda6e4d03
3 changed files with 17 additions and 4 deletions

View File

@ -14,12 +14,12 @@
},
"devDependencies": {},
"ignore": [],
"version": "1.4.401",
"_release": "1.4.401",
"version": "1.4.403",
"_release": "1.4.403",
"_resolution": {
"type": "version",
"tag": "1.4.401",
"commit": "6f597286dd8dd90f12859b60b405356d8c9fe1ca"
"tag": "1.4.403",
"commit": "0ff81a5c3db2a4711c14292449fe18ba9d5fd040"
},
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
"_target": "^1.2.1",

View File

@ -0,0 +1,12 @@
define([], function () {
'use strict';
return {
fileExists: function (path) {
return Promise.reject();
},
directoryExists: function (path) {
return Promise.reject();
}
};
});

View File

@ -1192,6 +1192,7 @@ var AppInfo = {};
apiclient: apiClientBowerPath + '/apiclient',
connectionManagerFactory: bowerPath + '/emby-apiclient/connectionmanager',
visibleinviewport: embyWebComponentsBowerPath + "/visibleinviewport",
filesystem: embyWebComponentsBowerPath + "/filesystem",
browserdeviceprofile: embyWebComponentsBowerPath + "/browserdeviceprofile",
browser: embyWebComponentsBowerPath + "/browser",
inputManager: embyWebComponentsBowerPath + "/inputmanager",