mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 09:01:45 +08:00
Added proper headers, updated reference to match new path, defined file names properly
This commit is contained in:
@@ -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
2
raty/raty.d.ts
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user