1
Fork 0

add copyright comment to location.js

Dieser Commit ist enthalten in:
Conduitry 2019-12-17 10:58:21 -05:00
Ursprung 66db9f67e8
Commit 4104486e2c
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen

Datei anzeigen

@ -1,3 +1,7 @@
// svelte-tiny-spa
// (c) 2019 Conduitry
// MIT
import { writable } from 'svelte/store';
let doc, loc, update, click_handler;