standardize indentation

This commit is contained in:
David 2015-03-08 14:37:54 -04:00
parent 62d257957b
commit 0b14f2f63d

View File

@ -125,7 +125,6 @@
}) })
// so long, so messy // so long, so messy
function showInfo(gData) { function showInfo(gData) {
window.gData = gData window.gData = gData
tableOptions = { tableOptions = {
@ -256,9 +255,7 @@
} }
}) })
} }
} }
</script> </script>
</body> </body>
</html> </html>