Added required comments

This commit is contained in:
Christian Holm Diget
2015-10-01 10:00:26 +02:00
parent a0c689f1b7
commit a27393c98b
+5
View File
@@ -1,3 +1,8 @@
// Type definitions for satnav
// Project: https://github.com/f5io/satnav-js
// Definitions by: Christian Holm Diget <https://github.com/DotNetNerd>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare type Callback = () => void;
interface ISatnavOptions {