Fix bugs.

This commit is contained in:
cyrilschumacher
2015-01-30 20:12:14 +01:00
parent e16b425072
commit 7ab1e5f604

View File

@@ -97,5 +97,5 @@ interface AccWizardOptions {
* @version 1.0
*/
interface JQuery {
accwizard(options: AccWizardOptions): void;
accwizard(options?: AccWizardOptions): void;
}