Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add noImplicitThis flag (#1324) | BO41 | 2018-10-24 | 1 | -1/+1 |
| | |||||
* | Better typings | Chocobozzz | 2018-10-18 | 1 | -7/+10 |
| | |||||
* | NoImplicitAny flag true (#1157) | BO41 | 2018-10-18 | 1 | -9/+9 |
| | | | | | | | | this enables the `noImplicitAny` flag in the Typescript compiler > When the noImplicitAny flag is true and the TypeScript compiler cannot infer the type, it still generates the JavaScript files, but it also reports an error. Many seasoned developers prefer this stricter setting because type checking catches more unintentional errors at compile time. closes: #1131 replaces #1137 | ||||
* | Localize player | Chocobozzz | 2018-06-06 | 1 | -1/+1 |
| | |||||
* | Fix watch page video change | Chocobozzz | 2018-04-03 | 1 | -1/+1 |
| | |||||
* | Improve player | Chocobozzz | 2018-04-03 | 1 | -0/+285 |
Add a settings dialog based on the work of Yanko Shterev (@yshterev): https://github.com/yshterev/videojs-settings-menu. Thanks! |