Updated files to comply with CI

This commit is contained in:
Matt Wheatley
2015-12-25 00:50:12 +00:00
parent 516e0a1fc0
commit 1fcb19166e
2 changed files with 2 additions and 1 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
// Type definitions for jQuery.raty 2.7.0
// Project: https://github.com/wbotelhos/raty
// Definitions by: Matt Wheatley <http://github.com/terrawheat>
/// <reference path="../jquery/jquery.d.ts"/>
@@ -12,7 +13,7 @@ interface JQuery {
raty(method: 'readonly', on: boolean): void;
raty(method: 'cancel', on: boolean): void;
raty(method: 'reload'): void;
raty(method: 'set', options: JQueryRatyOptions);
raty(method: 'set', options: JQueryRatyOptions): void;
raty(method: 'destroy'): JQuery;
raty(method: 'move', number: number): void;
}