fixed linter warnings

This commit is contained in:
Anže Videnič
2017-03-27 11:09:02 +02:00
parent ec3d76d076
commit 5cffcda08f
+2 -2
View File
@@ -285,7 +285,7 @@ interface JQuery
* @param attributes A space-separated list of attribute names to remove.
*/
removeAttrs(attributes: string): any;
// tslint:disable:unified-signatures
/**
* Adds the specified rules and returns all rules for the first matched element. Requires that the parent form is validated, that is, $( "form" ).validate() is called first.
*
@@ -303,7 +303,7 @@ interface JQuery
* Returns the validation rules for teh first selected element.
*/
rules(): any;
// tslint:enable
/**
* Checks whether the selected form is valid or whether all selected elements are valid.
*/