Skip to content

Commit

Permalink
Fix bugs.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilschumacher committed Jan 30, 2015
1 parent e16b425 commit 7ab1e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acc-wizard/acc-wizard.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ interface AccWizardOptions {
* @version 1.0
*/
interface JQuery {
accwizard(options: AccWizardOptions): void;
accwizard(options?: AccWizardOptions): void;
}

0 comments on commit 7ab1e5f

Please sign in to comment.