Skip to content

Commit ee6eac3

Browse files
committed
1.4 - Adding history on related videos and fixing some bugs
1 parent 1be3cb7 commit ee6eac3

16 files changed

+64261
-63682
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</p>
55

66
# About Player
7-
[![Version](https://img.shields.io/badge/Current%20version-v1.3-brightgreen.svg?style=flat)](https://github.com/quead/angular2-yt-player)
7+
[![Version](https://img.shields.io/badge/Current%20version-v1.4`-brightgreen.svg?style=flat)](https://github.com/quead/angular2-yt-player)
88

99
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/quead/angular2-yt-player/master/LICENSE)
1010
[![GitHub forks](https://img.shields.io/github/forks/quead/angular2-yt-player.svg)](https://github.com/quead/angular2-yt-player/network)
@@ -28,7 +28,7 @@ This player is compatible only with Chrome/webkit browsers because in future I w
2828

2929
`npm install` in root folder
3030

31-
4. Run the player by
31+
4. Run the player by`
3232

3333
`npm start` in root folder
3434

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
win.minimize();
4040
};
4141
42-
document.getElementById('win-maximize').onclick = function(){
42+
document.getElementById('win-maximize').o`nclick = function(){
4343
win.maximize();
4444
};
4545

dist/inline.bundle.js

Lines changed: 20 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/inline.bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)