Files
App-Installer-For-Windows-8…/shared/html/js/init.js
T
2025-11-21 12:55:08 +08:00

11 lines
223 B
JavaScript

(function(global) {
"use strict";
function ready(e) {
function nextstep() {
Resources.processAll();
}
WinJS.UI.processAll().done(nextstep);
}
OnLoad.add(ready);
})(this);