Some fixes, working on corr challenges
[vchess.git] / client / src / main.js
index 08893db..56c6492 100644 (file)
@@ -13,5 +13,6 @@ new Vue({
   created: function() {
     window.doClick = (elemId) => { document.getElementById(elemId).click() };
     store.initialize();
+    // NOTE: at this point, variants and tr(anslations) might be uninitialized
   },
 }).$mount("#app");