Don't reference global loot var in initialise()

This commit is contained in:
Oliver Hamlet
2016-06-10 23:12:05 +01:00
parent 73bcb858dc
commit a0f63b6ab5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -487,6 +487,6 @@
<script src="js/initialise.js"></script>
<script>
'use strict';
loot.initialise();
loot.initialise(loot);
</script>
</body>
+1 -1
View File
@@ -185,7 +185,7 @@
});
}
return () => {
return (loot) => {
Dialog.showProgress('Initialising user interface...');
/* Make sure settings are what I want. */