Skip to content

Commit

Permalink
Merge 10bfe6c into c2bc2f6
Browse files Browse the repository at this point in the history
  • Loading branch information
zulucoda committed Aug 23, 2018
2 parents c2bc2f6 + 10bfe6c commit 7183e8f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
9 changes: 3 additions & 6 deletions lib/react-tunes-player/react-tunes-player-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,9 @@ var ReactTunesPlayerView = function (_Component) {
{ id: "tracks" },
_react2.default.createElement(
"a",
{
id: "btnPrev",
onClick: function onClick() {
{ id: "btnPrev", onClick: function onClick() {
return _this3.props.setPreviousTune();
}
},
} },
"\xAB"
),
_react2.default.createElement(
Expand All @@ -152,7 +149,7 @@ var ReactTunesPlayerView = function (_Component) {
"audio",
{
autoPlay: this.props.autoPlay,
preload: true,
preload: "true",
ref: function ref(_ref) {
_this3.tunesPlayer = _ref;
},
Expand Down
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@
"git add"
]
},
"keywords": [
"react",
"reactjs",
"tunes",
"player",
"audio",
"mp3",
"ogg"
],
"devDependencies": {
"autoprefixer": "7.1.1",
"babel-cli": "^6.24.1",
Expand Down

0 comments on commit 7183e8f

Please sign in to comment.