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
+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.