From b97d1e29f3d1170243fd11595a5fedfec506d501 Mon Sep 17 00:00:00 2001 From: Dick van den Brink Date: Thu, 5 Sep 2013 14:06:53 +0200 Subject: [PATCH] Missing textonly option. --- jquerymobile/jquerymobile.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/jquerymobile/jquerymobile.d.ts b/jquerymobile/jquerymobile.d.ts index 8dacdbc11..de51518d8 100644 --- a/jquerymobile/jquerymobile.d.ts +++ b/jquerymobile/jquerymobile.d.ts @@ -279,6 +279,7 @@ interface LoaderOptions { textVisible?: boolean; html?: string; text?: string; + textonly?: boolean; } interface JQueryMobile extends JQueryMobileOptions {