Skip to content

Commit e16b425

Browse files
Fix bugs.
1 parent 62c57a3 commit e16b425

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

acc-wizard/acc-wizard-tests.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function testBasic() {
1111
/**
1212
* @summary Test for "accwizard" with options.
1313
*/
14-
function testBasic() {
14+
function testWithOptions() {
1515
var options: AccWizardOptions = {
1616
addButtons: true,
1717
sidebar: '.acc-wizard-sidebar',

acc-wizard/acc-wizard.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@ interface AccWizardOptions {
9696
* @author Cyril Schumacher
9797
* @version 1.0
9898
*/
99-
interface JQueryStatic {
99+
interface JQuery {
100100
accwizard(options: AccWizardOptions): void;
101101
}

jquery.dropotron/jquery.dropotron.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ interface DropotronConfiguration {
114114

115115
/**
116116
* @summary Opener class.
117-
* @type {number}
117+
* @type {string}
118118
*/
119-
openerClass: number;
119+
openerClass: string;
120120

121121
/**
122122
* @summary Parent jQuery object.

0 commit comments

Comments
 (0)