standardize indentation

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

View File

@ -121,11 +121,10 @@
document.addEventListener('DOMContentLoaded', function() { document.addEventListener('DOMContentLoaded', function() {
var gData var gData
var URL = "1hnfQcggYcBYimuO_UOMvwoOi_I9vUvFpkMt4wjrrpLE" var URL = "1hnfQcggYcBYimuO_UOMvwoOi_I9vUvFpkMt4wjrrpLE"
Tabletop.init( { key: URL, callback: showInfo, simpleSheet: true } ) Tabletop.init({ key: URL, callback: showInfo, simpleSheet: true })
}) })
// 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>