mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-06-15 11:50:10 +10:00
11 lines
223 B
JavaScript
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); |