This commit is contained in:
Caleb James DeLisle
2017-08-07 17:23:28 +02:00
parent 65dfd99171
commit 35a55a15ed
6 changed files with 113 additions and 62 deletions

View File

@@ -22,6 +22,5 @@ console.log('boot2');
window.__defineGetter__('localStorage', function () { return mkFakeStore(); });
window.__defineGetter__('sessionStorage', function () { return mkFakeStore(); });
require([document.querySelector('script[data-bootload]').getAttribute('data-bootload')]);
});