Added matchAll property

This commit is contained in:
Christian Holm Diget
2015-10-01 10:41:25 +02:00
parent a27393c98b
commit db43dd03f5
+2 -1
View File
@@ -8,7 +8,8 @@ declare type Callback = () => void;
interface ISatnavOptions {
html5?: boolean,
force?: boolean,
poll?: number
poll?: number,
matchAll?: boolean
}
interface INavigationOptions {