* Refactor all JS API calls #360 * Remove unused imports * Lint JS * Fix doubled api key * Formatting * Added extra logging to distance lookup * Remove the .editorconfig file in distrib * shell check fixes * Remove the .editorconfig file in distrib
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
*/
|
||||
|
||||
|
||||
require('./../bootstrap');
|
||||
import airport_lookup from './airport_lookup';
|
||||
import calculate_distance from './calculate_distance';
|
||||
|
||||
import airport_lookup from "./airport_lookup";
|
||||
import calculate_distance from "./calculate_distance";
|
||||
require('./../bootstrap');
|
||||
|
||||
window.phpvms.airport_lookup = airport_lookup;
|
||||
window.phpvms.calculate_distance = calculate_distance;
|
||||
|
||||
Reference in New Issue
Block a user