From 0ebd3ae49c2e1b56b40435a72595d4a3060665ec Mon Sep 17 00:00:00 2001 From: Theodore Brown Date: Sun, 19 Apr 2015 18:06:15 -0500 Subject: [PATCH] SetOptions can have an optional format --- jquery.pickadate/jquery.pickadate.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jquery.pickadate/jquery.pickadate.d.ts b/jquery.pickadate/jquery.pickadate.d.ts index b1e4ebb28..0754fa765 100644 --- a/jquery.pickadate/jquery.pickadate.d.ts +++ b/jquery.pickadate/jquery.pickadate.d.ts @@ -260,7 +260,8 @@ declare module Pickadate { * By default, any callbacks bound with the on method will be fired when its relevant thing is set. * To silently set a thing, pass an options object with the muted parameter set to true. */ - muted: boolean; + muted?: boolean; + format?: string; } interface Picker {