f1vis/js/main.js

12 lines
223 B
JavaScript
Raw Normal View History

"use strict";
2017-11-16 23:08:14 +01:00
/*
* This file contains the main control flow.
*/
console.log("Let's load and preprocess all data properly.");
preprocessor.load(function(data) {
console.log("Results are in!");
console.log(data);
});