File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ function testBasic() {
11
11
/**
12
12
* @summary Test for "accwizard" with options.
13
13
*/
14
- function testBasic ( ) {
14
+ function testWithOptions ( ) {
15
15
var options : AccWizardOptions = {
16
16
addButtons : true ,
17
17
sidebar : '.acc-wizard-sidebar' ,
Original file line number Diff line number Diff line change @@ -96,6 +96,6 @@ interface AccWizardOptions {
96
96
* @author Cyril Schumacher
97
97
* @version 1.0
98
98
*/
99
- interface JQueryStatic {
99
+ interface JQuery {
100
100
accwizard ( options : AccWizardOptions ) : void ;
101
101
}
Original file line number Diff line number Diff line change @@ -114,9 +114,9 @@ interface DropotronConfiguration {
114
114
115
115
/**
116
116
* @summary Opener class.
117
- * @type {number }
117
+ * @type {string }
118
118
*/
119
- openerClass : number ;
119
+ openerClass : string ;
120
120
121
121
/**
122
122
* @summary Parent jQuery object.
You can’t perform that action at this time.
0 commit comments