From 12b3552f376be30200af3ef2bc9e643057b94f14 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Tue, 4 Aug 2015 13:41:39 -0700 Subject: [PATCH] All those 'g's seem to drag on in 'jquery.colorpicker'. --- jquery.colorpicker/jquery.colorpicker.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery.colorpicker/jquery.colorpicker.d.ts b/jquery.colorpicker/jquery.colorpicker.d.ts index 683e28b96..469757589 100644 --- a/jquery.colorpicker/jquery.colorpicker.d.ts +++ b/jquery.colorpicker/jquery.colorpicker.d.ts @@ -21,7 +21,7 @@ interface JQueryColorpickerOptions { closeOnOutside?: boolean; color?: string; colorFormat?: string; - dragggable?: boolean; + draggable?: boolean; duration?: string; hsv?: boolean; inline?: boolean;