Added proper headers, updated reference to match new path, defined file names properly

This commit is contained in:
Matt Wheatley
2015-12-25 00:58:30 +00:00
parent cb60271da9
commit 33b6ced422
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
/// <reference path="../jquery/jquery.d.ts" />
/// <reference path="jquery.raty.d.ts" />
/// <reference path="raty.d.ts" />
var $element: JQuery = $('<div></div>');

2
raty/raty.d.ts vendored
View File

@@ -1,6 +1,8 @@
// Type definitions for jQuery.raty 2.7.0
// Project: https://github.com/wbotelhos/raty
// Definitions by: Matt Wheatley <http://github.com/terrawheat>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../jquery/jquery.d.ts"/>
interface JQuery {