Missing textonly option.

This commit is contained in:
Dick van den Brink
2013-09-05 14:06:53 +02:00
parent a9823af188
commit b97d1e29f3
+1
View File
@@ -279,6 +279,7 @@ interface LoaderOptions {
textVisible?: boolean;
html?: string;
text?: string;
textonly?: boolean;
}
interface JQueryMobile extends JQueryMobileOptions {