mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fix bugs.
This commit is contained in:
@@ -11,7 +11,7 @@ function testBasic() {
|
||||
/**
|
||||
* @summary Test for "accwizard" with options.
|
||||
*/
|
||||
function testBasic() {
|
||||
function testWithOptions() {
|
||||
var options: AccWizardOptions = {
|
||||
addButtons: true,
|
||||
sidebar: '.acc-wizard-sidebar',
|
||||
|
||||
Vendored
+1
-1
@@ -96,6 +96,6 @@ interface AccWizardOptions {
|
||||
* @author Cyril Schumacher
|
||||
* @version 1.0
|
||||
*/
|
||||
interface JQueryStatic {
|
||||
interface JQuery {
|
||||
accwizard(options: AccWizardOptions): void;
|
||||
}
|
||||
+2
-2
@@ -114,9 +114,9 @@ interface DropotronConfiguration {
|
||||
|
||||
/**
|
||||
* @summary Opener class.
|
||||
* @type {number}
|
||||
* @type {string}
|
||||
*/
|
||||
openerClass: number;
|
||||
openerClass: string;
|
||||
|
||||
/**
|
||||
* @summary Parent jQuery object.
|
||||
|
||||
Reference in New Issue
Block a user