????
Current Path : C:/Windows/SystemApps/Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy/js/ |
Current File : C:/Windows/SystemApps/Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy/js/appFrame.js |
// // Copyright (C) Microsoft. All rights reserved. // /// <disable>JS2085.EnableStrictMode</disable> "use strict"; var CloudExperienceHost; (function (CloudExperienceHost) { var AppFrame; (function (AppFrame) { function showGraphicAnimation(fileName) { return requireAsync(['legacy/appViewManager']).then((result) => { return result.legacy_appViewManager.showGraphicAnimation(fileName); }); } AppFrame.showGraphicAnimation = showGraphicAnimation; })(AppFrame = CloudExperienceHost.AppFrame || (CloudExperienceHost.AppFrame = {})); })(CloudExperienceHost || (CloudExperienceHost = {})); //# sourceMappingURL=appFrame.js.map