Fix bugs.

This commit is contained in:
cyrilschumacher
2015-01-30 20:10:32 +01:00
parent 62c57a3c8a
commit e16b425072
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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',
+1 -1
View File
@@ -96,6 +96,6 @@ interface AccWizardOptions {
* @author Cyril Schumacher
* @version 1.0
*/
interface JQueryStatic {
interface JQuery {
accwizard(options: AccWizardOptions): void;
}
+2 -2
View File
@@ -114,9 +114,9 @@ interface DropotronConfiguration {
/**
* @summary Opener class.
* @type {number}
* @type {string}
*/
openerClass: number;
openerClass: string;
/**
* @summary Parent jQuery object.