fixed a small goof I made

This commit is contained in:
Ed Lomonaco 2018-03-14 16:00:44 -04:00 committed by Josh Johnson
parent 04aff72e11
commit f23beeb63d

2
types/index.d.ts vendored
View file

@ -207,7 +207,7 @@ declare module "choices.js" {
ajax(fn: (values: any) => any): this; ajax(fn: (values: any) => any): this;
} }
declare namespace Choices { namespace Choices {
interface Options { interface Options {
/** /**
* Optionally suppress console errors and warnings. * Optionally suppress console errors and warnings.