esterpantaleo / etymology

This repository contains code behind the visualization of the Wikimedia tool etytree at http://tools.wmflabs.org/etytree/
https://esterpantaleo.github.io/etymology/
50 stars 9 forks source link

Fix firefox console glitch #33

Closed xferguson closed 7 years ago

xferguson commented 7 years ago

This fixes the module not loading glitch #31

xferguson commented 7 years ago

I changed the order of the module loading.

But I think the issue may have been a few lines in load.js that were missing semicolons. It's really helpful to run the grunt js! 😄

There are so many lines of changes because I did an 'auto-format' on the indentation of the code. I've needed to do this several times, and I wonder if maybe we aren't using the same indentation system? Or maybe it's a problem with the editors? I use SublimeText. What is your editor, @esterpantaleo ?

xferguson commented 7 years ago

Did the merge fix this for you, @esterpantaleo ?

esterpantaleo commented 7 years ago

Yes! great!!