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
+2 -1
View File
@@ -1,9 +1,10 @@
// Type definitions for JW Player
// JW Player is the leading HTML5 & Flash video player, optimized for mobile and the desktop. Easy enough for beginners, advanced enough for pros.
// Project: http://developer.longtailvideo.com/trac/
// Definitions by: Martin Duparc <https://github.com/martinduparc/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
// JW Player is the leading HTML5 & Flash video player, optimized for mobile and the desktop. Easy enough for beginners, advanced enough for pros.
interface JWPlayer {
addButton(icon: string, label: string, handler: () => void, id: string): void;
getBuffer(): number;