added/fixed headers j

https://github.com/borisyankov/DefinitelyTyped/issues/1570

jsfl: fixed odd encoding in comments
This commit is contained in:
Bartvds
2014-01-24 00:55:00 +01:00
parent 950d0d85a7
commit 333b89f8d3
14 changed files with 55 additions and 33 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
// Type definitions for jsPlumb 1.3.16 jQuery adapter.
// Project: http://jsplumb.org
// https://github.com/sporritt/jsplumb
// https://code.google.com/p/jsplumb
//
// Project: https://github.com/sporritt/jsplumb
// Project: https://code.google.com/p/jsplumb
// Definitions by: Steve Shearn <https://github.com/shearnie/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="../jquery/jquery.d.ts"/>
@@ -104,4 +104,4 @@ interface SelectParams {
scope?: string;
source: string;
target: string;
}
}