Merge branch 'master' into polyfill-lint

This commit is contained in:
Julien Machiels
2020-04-10 06:28:59 +02:00
committed by GitHub
84 changed files with 1172 additions and 809 deletions
+2 -2
View File
@@ -579,8 +579,8 @@ define(['loading', 'globalize', 'events', 'viewManager', 'layoutManager', 'skinM
function showDirect(path) {
return new Promise(function(resolve, reject) {
resolveOnNextShow = resolve, page.show(baseUrl()+path)
})
resolveOnNextShow = resolve, page.show(baseUrl()+path);
});
}
function show(path, options) {